[xsl] Wild Card in Match Statement

Subject: [xsl] Wild Card in Match Statement
From: Naomi Gronson <naomi_gronson@xxxxxxxxx>
Date: Mon, 18 Oct 2004 11:28:29 -0700 (PDT)
I'm trying to match <?Pub *0000245?> where the numbers
could be anything. I want to remove this.

<xsl:template
match="processing-instruction('Pub')[.='\*\d*']">

</xsl:template>

Is what it would look like in Perl, but is there an
easy way to use wild cards in XSL?  Thanks.

Naomi

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread