I'm searching for some XML IDE where I can enter my XML, XSLT code and any code which is a part of XML. I want of that IDE to debbug my code and show me table as result. Any idea which IDE to download?
18 replies to this topic
#1
Posted 27 May 2011 - 12:39 PM
|
|
|
#2
Posted 28 May 2011 - 08:13 AM
Both Visual Studio and Eclipse are capable of this
#3
Posted 29 May 2011 - 04:59 AM
and how can i do this with visual studio...there is no option for creating only XML project...what i want to do is that i write my XML code and to get output like some "virtual" table so that can show me if my XML code is written just like i wanted
#4
Posted 29 May 2011 - 05:00 AM
and can Eclipse solve my problem???
#5
Posted 29 May 2011 - 06:20 AM
Eclipse yes, you can simply add an XML file to a project and associate an XSL with it and hit the run/debug button. Not sure which plugins are required, I downloaded the JavaEE edition recently and it includes it.
in Visual Studio, simply create any solution or project. Add XML and XSL files to it.
in the XSL/XSLT file, you will see an XML menu appear at the top. It has the "debug XSLT" option, which will run the debuger. It's very cooL!
in Visual Studio, simply create any solution or project. Add XML and XSL files to it.
in the XSL/XSLT file, you will see an XML menu appear at the top. It has the "debug XSLT" option, which will run the debuger. It's very cooL!
#6
Posted 29 May 2011 - 06:21 AM
thank you very much for your post :D
#7
Posted 29 May 2011 - 06:59 AM
i've created a new empty project in VSC# and add a new item (XML File) and when i write something i can't find XML debbug and i can't debbug with debbug button
here is the picture
ImageShack® - Online Photo and Video Hosting
here is the picture
ImageShack® - Online Photo and Video Hosting
#8
Posted 29 May 2011 - 07:21 AM
I do it from the XSL File.
So yea, have your XML file in there, but then add your XSLT file. From the XSLT hit debug, and then it should ask you for the source XML file.
So yea, have your XML file in there, but then add your XSLT file. From the XSLT hit debug, and then it should ask you for the source XML file.
#9
Posted 29 May 2011 - 07:22 AM
I use Visual Studio Pro with work too. so... there could be a difference, But I figure since you have that menu, it should work the same
#10
Posted 29 May 2011 - 07:41 AM
so, this is what I mean Tonchi,
here is a really simple example
I've attached two images, one shows my setup, the source XML,
The Stylesheet and the output
The other image shows the visual studio debugger
here is a really simple example
I've attached two images, one shows my setup, the source XML,
The Stylesheet and the output
The other image shows the visual studio debugger
Attached Files
#11
Posted 29 May 2011 - 08:11 AM
the problem is i can't insert a ne xslt file
cause i have visual C# not full visual studio
cause i have visual C# not full visual studio
#12
Posted 29 May 2011 - 08:34 AM
I havent used Visual Studio Express editions, unsure what they have or don't.
I wonder if sharpdevelop has it, I'll take a gander
I wonder if sharpdevelop has it, I'll take a gander
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top










