Subject: Re: Attributes and Axis
From: "António Mota" <amsmota@xxxxxxxxx>
Date: Thu, 13 Apr 2006 17:29:07 +0100
|
Thanks all for the very quick replies :)
I think i understand now, and it seems that
<xsl:when test="position()=last()">
and
../@*[not(name()=name(current())]
will cover all my problems...
Thanks guys.
2006/4/13, Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>:
> At 12:08 PM 4/13/2006, David wrote:
> >you can write that last one as
> >../@* except .
> >in Xpath 2.
>
> That's even better ... why do I keep forgetting about 'except'?
> Something about it is preventing it from getting brain-space allocated.
>
> 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
> ======================================================================
|