[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: typing the input from within xslt

Subject: RE: typing the input from within xslt
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 4 Nov 2008 13:30:23 -0000
RE:  typing the input from within xslt
> 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.

Saxon gives you the option of selecting a URIResolver that understands

doc('file:///path/to/xml?val=strict')

but that's not portable.

Michael Kay
http://www.saxonica.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.