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>
--~--