|
[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
Subject: Re: Use document() function to get a reference to the input doc
From: "andrew welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 17 Jul 2006 22:58:04 +0100
|
On 7/17/06, cknell@xxxxxxxxxx <cknell@xxxxxxxxxx> wrote:
I know I must have done this a hundred times, but I just can't find any example on my computer at this moment. Please straighten me out.
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. I know this is a huge clue as to what I've done wrong, but I just can't see it. What have I done wrong and how do I fix it?
I've had this error when the input doc is empty, or when a BOM has
crept after the source has been saved using Notepad (although that was
specific to a certain XML parser, which I can't remember). I guess
you could always use select="document(base-uri(/))"
What is the reason for using select="document(...)" instead of just select="/" ?
|
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
| RSS 2.0 |
|
| Atom 0.3 |
|
|