xsl-list
[Top] [All Lists]

RE: XPath Traversing UP the Hierarchy

2005-05-10 11:27:21
Contract -> Estimate ->itemGroup -> topSecion ->Section -> 
Item ->Location
 
 
My problem is while at the lowest level of Location I need to 
step up the 
hierarchy to the itemGroup level to check only those items.  
I have tried a 
number of variations but can?t seem to get it quite right.

ancestor::itemGroup

            <xsl:for-each 
select="./topSections/sections/items/locations">

None of the names in that path expression quite match the hierarchy as
described above!

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>