Do XSLT processors validate input and output XML files if XSD is present? -


Imagine I have some XSLT changes. It converts one XML to another, has valid XML schemas in input and output Will the XSLT processor validate the input and output and what if it fails?

If you want to apply the input and / or output validation with XSLT, you have a schema-aware XSLT Requires the use of Saxon 9EE like 2.0 or 3.0 processors.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -