Subject: RE: Using 'validation' in xsl:result-document
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 10 Nov 2009 23:33:00 -0000
|
> Thank you. So it is a correct understanding that it the
> result-document goes after the schema in <xsl:import-schema
> schema-location="test.xsd"/> to validate the document?
>
No, the xsl:import-schema declaration can be anywhere in the stylesheet.
With very few exceptions, the order of components in a stylesheet makes no
difference.
Regards,
Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay
|