[Home] [By Thread] [By Date] [Recent Entries]
Hi Giancarlo,
I'd like to help you, but your document on http://www.lastminutesud.it/TEST/rt_test.xml gives a 404 error. Also, please update your clock: your messages to the list have a date of 2003-09-06, about 3 years back (two other posts from you had the same prb). Ending up below in the inbox as a result of a date so far back, may make that people cannot find/see your posts. <xsl:value-of select="../..//ReturnList/Return/Id"/> You move up two levels, then you say "descendant-or-self" (expensive operation), which means that on any level, no matter how deep, starting from ../.. you request for all paths having ReturnList/Return/Id. And from this parent path, you end up requesting only the first. Suppose the path is inside your $rootOW, and you want the first of those, this might be better: <xsl:value-of select="ReturnList/Return/Id"/> But I need to see the XML for that. Cheers, Abel Braaksma http://abelleba.metacarpus.com Giancarlo Rossi wrote: Hi Guys I'm becoming crazy about get a relative path in a for each cycle.
|

Cart



