I am translating XML to XML with XSLT.
I would like the resulting XML to contain a reference (validate) to a specific schema.
I am trying to get the root element of the result tree to contain
xsi:noNamespaceSchemaLocation="yadda.xsd" as an attribute to the root element. But I am having difficulty getting that to fit into the XSL code and validate.
I would like the resulting XML to contain a reference (validate) to a specific schema.
I am trying to get the root element of the result tree to contain
xsi:noNamespaceSchemaLocation="yadda.xsd" as an attribute to the root element. But I am having difficulty getting that to fit into the XSL code and validate.