Subject: RE: PROBLEM!!!!!!
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 27 Jul 1999 10:19:49 +0100
|
>
> using the namespace() function
> <xsl:apply-templates select="*[namespace()='proof']"/>
>
> Though I haven't implemented it in XSL:P yet I believe you
> can also do:
> <xsl:apply-templates select="proof:*"/>
> I'm sure XT has that implemented.
>
I don't think the namespace() and xyz:* functions are designed to operate on
attribute values (even an attribute value that is an NMTOKEN), only on
element and attribute names.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|