From: Michael Kay [mailto:mike(_at_)saxonica(_dot_)com]
When my template matches a number of possible patterns:
<xsl:template match=3D'X|Y'> ... </xsl:template>
Is there a way of determining the value of what was actually
matched?
No.
If you want different behavior for the two cases, split it up
into two templates.
Well, 25 actually, but I take your point :)
Many thanks, and apologies for my oversight (dreaded Microsoft Outlook).
Lee
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--