neerajmurali Posted April 10, 2007 Share Posted April 10, 2007 how can i apply multiple xsl's on one xml file and get a error report.i am using xslt for validating xml Link to comment Share on other sites More sharing options...
boen_robot Posted April 12, 2007 Share Posted April 12, 2007 Excuse me... XSLT for validating XML?You should use XML Schema or DTD for that. You can launch one or more validations over one or more XML files with any S3L that has an XML Schema or DTD validator. PHP is one such S3L.You can of course use the selected S3L for launching one or more XSLT transformations over one or more XML files, but what you get won't be "valid" and "invalid" messages, but the result of each transformation itself.You'll also need to device a way to use and organize those outputs (with either methods). Perhaps arranging them in a new XML and transforming that with XSLT to show a detailed report? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now