|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Use document() function to get a reference to the
> I wish to use the document() function to create a variable
> holding the input document. My stylesheet contains this element:
>
> <xsl:variable name="main-doc" select="document('/')" />
>
> When I run the transform, Saxon complains that I may not have
> any content in the prologue.
The message comes from the XML parser, not from Saxon - Saxon is only the
messenger, and tries hard to make this clear, but people still think it's
Saxon complaining.
I *think* that this message from Xerces usually means that a file has been
successfully read, but it's not XML, or anything remotely resembling XML. In
this case I suspect that the resource with URI "/" is a directory listing,
and Xerces of course can't parse a directory listing as XML.
Michael Kay
http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








