Subject: Re: xsl parent
From: Phil Lanch <phil@xxxxxxxxxxxxxxx>
Date: Wed, 15 Mar 2000 10:58:35 +0000
|
Paul Beer wrote:
>
> i am using <xsl:value-of
> select="preceding-sibling::node()[./@Name='QUANTITY']"/>
your <Parameter Name="QUANTITY">s are always _after_ your <Parameter
Name="PO_ITEM" >s, so you need following-sibling:: or sibling::
--
cheers
phil
"I may not always have been satisfactorily balanced;
I always tended to argue that objectivity was of less importance
than truth, and that the reporter whose technique was informed
by no opinion lacked a very serious dimension."
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|