This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Selecting and "id"


<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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]