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]
Other format: [Raw text]

how do you match patterns?


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


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