xsl-list
[Top] [All Lists]

Removing Specific Processing-Instruction

2004-02-25 14:50:49
I've been playing around with this, and haven't been able to figure out how to 
remove the processing instruction:

<?Pub Foobar?>

without also removing others like:

<?Pub 12343?>

<xsl:template match="processing-instruction('Pub')">
</xsl:template>

I've tried using if and choose statements with value-of select, but to no 
avail.  If anyone has any recommendations, I'd really appreciate it.

Thanks,

Mark

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



<Prev in Thread] Current Thread [Next in Thread>