Are there XML / XSL editors that can show transformations in real time?

I am converting all of our Crystal Reports to use our home reporting system. Basically I am serializing report objects to XML, transforming them using XSL to HTML / CSS. Everything works beautifully except for the design process.

Once I get the XML correct, I have to open XSL and CSS in SciTE, edit, restart IE, smear, rinse, repeat. I would love it if there was an XML / XSL editor that could show the transformation in real time and speed up my process. Can anyone provide any guidance?

0


a source to share


6 answers


You can use Altova XmlSpy to create / edit xml / xslts, get xslt outputs, make calls to a web service, evaluate xqueries on a database, and many other things. It is a very powerful versatile xml tool. License required.



+3


a source


<oXygen/>

XSL / XSLT Editor can perform XHTML previews. See the Conversion Results section at http://www.oxygenxml.com/xslt_editor.html .



+2


a source


Visual Studio supports XSLT processing like XML Notepad .

XML Notepad is free.

+1


a source


This online javascript editor.

http://www.purplegene.com/static/transform.html

Whether you are a Windows, Linux or Mac user, it just will work!

+1


a source


I have used the XSLT debugger in Visual Studio. Very useful.

http://msdn.microsoft.com/en-us/library/ms255605.aspx

0


a source


Syntext Serna presents a real-time WYSIWYG XML representation based on XSLFO.

0


a source







All Articles