RE: [xsl] Re: Re: Change of Attribute Value

Subject: RE: [xsl] Re: Re: Change of Attribute Value
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Fri, 04 Nov 2005 15:42:08 -0500
Mike,

At 12:37 PM 11/4/2005, you wrote:
>
> Not quite. The principal node kind for the self axis is
> elements, but self::node() will find any kind of node, and
> therefore self::node()[local-name()='xyz'] will work.

But I forget what the problem was. In a boolean context, you can just say

test="local-name()='xyz'".

Yes, quite. Thanks for the correction. When not in a boolean context, one might avoid self::node()[local-name()='xyz'] as it also selects any self <xyz> elements you have cluttering your data. If you know you're on an attribute, the boolean test suffices.


Bottom line is that XPath 1.0 gives no way to select all attributes *except* a given one other than the resort to the name test.

XPath 2.0 can select "@* except attribute(xyz)", which is very nice.

Cheers,
Wendell


====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================

Current Thread