xsl-list
[Top] [All Lists]

RE: [xsl] Removing an XML Attribute

2007-07-06 01:34:29

Or is it that an attribute node is on the self:: axis when it 
is the context node but you can't select it using a name test?

Correct.

Another small but significant wrinkle is that 'self::change' 
works in xsltproc.

I assume you mean that it selects the attribute, i.e. it's broken.

However, updating to use XSLT 2.0, this gets the blessing of Saxon:
'self::attribute(change)'.

Yes, that one is worth remembering. Though I prefer (@* except @change).

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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