Environment for editing/testing XML,XSL files locally?
Just wondering if anybody knows of an environment for running, testing, debugging xml and xsl locally开发者_如何学运维.
Kind of like the way XAMPP can be used for web design.
Any help is appreciated
Thanks
There are a number of well-known XSLT IDE's:
The XSelerator (free) -- I have been using this excellent tool for 10 years.
oXygen -- probably the most extensive support for XSLT 2.0 plus Docbook plus good XML authoring tools
Visual Studio --both VS 2010 and VS2010 come with an excellent XML editor and an XSLT Debugger/Transformer
Stylus studio
XML-SPY
All of these tools support XML intellisense and debugging, some support schema-directed editing.
I use Visual Studio - it has an excellent XSLT debugger.
精彩评论