RE: Filtering on element name e.g. Author*

Subject: RE: Filtering on element name e.g. Author*
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 23 Feb 2000 10:29:26 -0000
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
If you're using the 1998 Microsoft IE5 XSL ignore most of what you read on
this list including this reply.

>      <xsl:apply-templates select="*[nodename = 'p*']"/>

With an XSLT processor, try
<xsl:apply-templates select="*[starts-with(local-name(), 'p')]"/>

Mike Kay


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


Current Thread