Jump to content

XML IDE

- - - - -

  • Please log in to reply
18 replies to this topic

#1
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 477 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
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?

#2
sam_coder

sam_coder

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 372 posts
Both Visual Studio and Eclipse are capable of this

#3
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 477 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
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
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 477 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
and can Eclipse solve my problem???

#5
sam_coder

sam_coder

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 372 posts
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!

#6
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 477 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
thank you very much for your post :D

#7
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 477 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
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

#8
sam_coder

sam_coder

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 372 posts
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.

#9
sam_coder

sam_coder

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 372 posts
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
sam_coder

sam_coder

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 372 posts
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

Attached Files



#11
Tonchi

Tonchi

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 477 posts
  • Location:Varaždin
  • Programming Language:C, C++, C#
the problem is i can't insert a ne xslt file
cause i have visual C# not full visual studio

#12
sam_coder

sam_coder

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 372 posts
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




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users