I want to know what's the best way to debug XSL? For example, I use XSL and XML for
HTML generation. Now, I am just using web browser, and see if it works, and always
it doesn't display anything. I really need a better way to debug and develop XSL.
any ideas? please advise. thanks!!
-
Best way to debug XSL? (3 messages)
- Posted by: Matt Louden
- Posted on: October 11 2004 20:06 EDT
Threaded Messages (3)
- Best way to debug XSL? by Fredrik Borgh on October 12 2004 04:45 EDT
- Best way to debug XSL? by Andrew Stevens on October 12 2004 06:23 EDT
- Best way to debug XSL? by Fredrik Borgh on October 13 2004 03:00 EDT
-
Best way to debug XSL?[ Go to top ]
- Posted by: Fredrik Borgh
- Posted on: October 12 2004 04:45 EDT
- in response to Matt Louden
Use an XSL processor like Xalan or Saxon and then write the output to STDOUT/a file and the browser. That way you can always see what you're sending to the browser. -
Best way to debug XSL?[ Go to top ]
- Posted by: Andrew Stevens
- Posted on: October 12 2004 06:23 EDT
- in response to Matt Louden
Use an XML editor that contains an XSL debugger, like XMLSpy or WSAD? -
Best way to debug XSL?[ Go to top ]
- Posted by: Fredrik Borgh
- Posted on: October 13 2004 03:00 EDT
- in response to Andrew Stevens
Which is an even better way (if you're not creating the XML dynamically).