[xsl] how do you match patterns?

Subject: [xsl] how do you match patterns?
From: Michael <mogmios@xxxxxxxxxxxxxxxxx>
Date: Mon, 22 Jul 2002 18:09:11 -0500 (CDT)
I need to have several stylesheets included by the main stylesheet and in
some cases the subsheets will handle the same tags. I want to add a
pattern match to the template matches so that I can have the tag handled
by the proper stylesheet. Something similar to this:

<xsl:template match="page/messages/error[@type like '%MyModule%']">
... blah ...
</xsL:template>


Any suggestions? Thanks.


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


Current Thread