[Bug 10109] fn:document function does not define what to do when base-node has no base URI

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10109





--- Comment #1 from Oliver Hallam <oliver@cbcl.co.uk>  2010-07-08 12:13:23 ---
A similar undefined case is:

<xsl:variable name="foo" type="text()">
  <xsl:text>relative-uri</xsl:text>
</xsl:variable>
<xsl:value-of select="document($foo)" />

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 8 July 2010 12:13:26 UTC