Subject: Re: XPath 1.0 id() function
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Tue, 23 Aug 2005 21:50:54 +0200
|
Nadia.Swaby@xxxxxx wrote:
<xsl:variable name="xlabel">
<xsl:value-of select="id($target)/@xreflabel"/>
</xsl:variable>
For some reason, this second variable declaration doesn't work (i.e. no
data is assigned to it).
The id() finction works only if the XML source includes
a proper DOCTYPE declaration which also has to declare the
necessary attribute(s) as of type ID.
As already mentioned, using xsl:key and key() is more flexible
in this regard.
J.Pietschmann
|