Re: [xsl] Selecting and "id"

Subject: Re: [xsl] Selecting and "id"
From: "Jeffrey Langdon" <jl_xsl@xxxxxxxxxxx>
Date: Tue, 05 Jun 2001 18:21:28 -0000
<Thomas Passin wrote:>

The other posts about this have made the assumption that the "id" attribute
is an actual ID.  You don't need to assume that, and you don't need a dtd to
tell the processor.  You just need to treat it like any other attribute,
something like this:

<xsl:for-each select='*[@id="33"]'>
   <xsl:value-of select='.'/>
</xsl:for-each>

</Thomas Passin wrote:>


Thomas,


This was the kind of solution I was hoping for. I didn't necessarily want to declare the id in a dtd.

Thanks one and all for your help.

Jeffrey


_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread