Re: [xsl] Testing XSLT and XSLFO

Subject: Re: [xsl] Testing XSLT and XSLFO
From: "CyberSpace Industries 2000 Inc." <csi2000@xxxxxxxxxxxxxxx>
Date: Fri, 13 Oct 2006 16:47:07 -0400
If you have XML SPY - that should do the trick.

You can test your xslt and xslfo files to see if they are well formed by using 'F7'.

To test whether your stylesheets are "correct" - you will have to run them against a valid xml file. (XSLT = 'F10" XSLFO = "ctl + F10") If you have invalid syntax in your stylesheets - it should show up during this processing. To test the "logic" - only you know what you are trying to get out. You will have to check the output you get against your expectation of what you wanted to get out.

If you are looking for something that will check to see if your stylesheets only reference elements and attributes that are defined in the DTD/Schema - I am not aware of anything in XML Spy that would do that.

Cheers...Hugh
CyberSpace Industries 2000 Inc.
XML Training and Consulting

----- Original Message ----- From: "meenakshi n" <mina_hurray@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, October 13, 2006 4:00 PM
Subject: [xsl] Testing XSLT and XSLFO



Hi:

Is there any tool to test the XSLT and XSLFO style
sheets against the schema and content?

Thank you

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Current Thread