Jump to content

applying multiple xsl's on one xml


neerajmurali

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...