Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE for XSLT stylesheets

Tags:

xml

ide

xslt

What is the best IDE for creating and debugging complex XSLT stylesheets?

For debugging, the ability to set breakpoints and step through the source would be great.

I am interested in all options both commercial and free.

like image 551
TWA Avatar asked Jun 02 '09 19:06

TWA


4 Answers

Editors worth checking out:

  • Visual Studio
  • Altova's StyleVision/XMLSpy
  • Oxygen
  • StylusStudio

All have their specific advantages, so just check them out. If you already have Visual Studio, I'd suggest you just getting started with this one.

like image 52
Dirk Vollmar Avatar answered Oct 21 '22 05:10

Dirk Vollmar


I use Visual Studio. It lets you set breakpoints (conditional or otherwise) and establish watches on whatever XPath expression you can come up with. It also supports XSLT right out the box and colours it differently than regular XML so developing in it is very easy.

like image 35
Welbog Avatar answered Oct 21 '22 03:10

Welbog


My recommendation is XMLSpy, but isn't free - http://www.altova.com/products/xmlspy/xmlspy.html

If you looking for free, you can try NetBeans - http://www.netbeans.org/

like image 43
MicTech Avatar answered Oct 21 '22 05:10

MicTech


I got a recommendation from someone here for Altova XMLSpy, and it was pretty nice for the few days I used it.

like image 43
Chris Doggett Avatar answered Oct 21 '22 04:10

Chris Doggett