[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Find the root element from an attribute node

Subject: Re: Find the root element from an attribute node
From: "Vyacheslav Sedov" <vyacheslav.sedov@xxxxxxxxx>
Date: Fri, 11 Jul 2008 14:27:22 +0400
Re:  Find the root element from an attribute node
what about just match="@href[/html]" ?

On Thu, Jul 10, 2008 at 7:32 PM, Andrew Welch <andrew.j.welch@xxxxxxxxx> wrote:
>>> What you've done should be fine, but its slow to walk the ancestor
>>> axis to the root element each time, so just do:
>>>
>>> <xsl:variable name="isHTML" select="exists(/html)" as="xs:boolean"/>
>>>
>>> and then:
>>>
>>> match="@href[$isHTML]"
>>
>> This code is based on the assumption that xsl:apply-templates is called
>> for the input tree only, and not for any other loaded or constructed.
>
> Ok, I guess that could be a gotcha... in which case, just do:
>
> match="@href[exists(/html)]"
>
> It's funny how this has come up - I've just left a place where they
> had two types of XML - one with <page> for the root element, the other
> with <response>, and throughout the code, all over the place, they had
> choose/when's with [ancestor::page] and [ancestor::response]... so I
> changed it all to use global variables instead.  The gotcha didn't
> occur to me at the time.... I think they will be alright though :)
>
>
> --
> Andrew Welch
> http://andrewjwelch.com
> Kernow: http://kernowforsaxon.sf.net/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.