Re: [xsl] Comparing nodes in XPath

Subject: Re: [xsl] Comparing nodes in XPath
From: António Mota <amsmota@xxxxxxxxx>
Date: Fri, 21 Jan 2005 19:22:16 +0000
But Conn is a child of the current node, it's not the string "Conn".


On Fri, 21 Jan 2005 11:58:06 -0700, Kevin Rodgers <kevin.rodgers@xxxxxxx>
wrote:
> Antsnio Mota writes:
> > Why is this xpath NOT working
> >
> > <xsl:value-of
select="document('connections.xml')/connections/connection[@id=Conn]"/>
>
> Try [@id='Conn']
>
> --
> Kevin Rodgers

Current Thread