← Prev in month ← Prev in thread

Quick filter pattern question (XSLT)

From
Jeff Lowery <>
To
XML DEV <>
Date
2002-12-05T01:46:25Z
ID
<>
Thread
Quick filter pattern question (XSLT)
I've tried to find this one myself but I'm having any luck:

If got elements that I need to distinguish by ID.  The identities are
actually compound fields, of the format:

<any  ID="typenameX" ... >

where X is a sequential  number.  What I want to write is this:

<xsl:template match="any[@ID="typename\n"]> 

or some such (haven't actually tried that, hmmm).  I'll check the XPath rec
tomorrow, but maybe somebody knows off the top of their head.

-- Jeff
← Prev in month ← Prev in thread