[
Lists Home |
Date Index |
Thread Index
]
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
|