xsl-list
[Top] [All Lists]

Re: [xsl] typing the input from within xslt

2008-11-04 08:59:33
2008/11/4 Michael Kay <mike(_at_)saxonica(_dot_)com>:
Is there a better way of writing this:

<xsl:variable name="input" as="document-node(schema-element(root))">
   <xsl:document validation="strict">
     <xsl:copy-of select="doc('file:///path/to/xml')"/>
   </xsl:document>
</xsl:variable>

I thought there might be a validation parameter to
document(), so it seems this is the only way to get a typed
input when global input validation is disabled ?

No, unfortunately there's very little you can do to control the behaviour of
doc() or document() from within a stylesheet - it's all externally
controlled or implementation-defined. We're hoping to address that in 2.1.


ok, thanks all.



-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--