This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Using preceding-sibling


> If I have an <xsl:template match="PRODUCT"> template element, 
> how would
> I go about writing out the value of the SKU for the preceding 
> node?  I'm
> trying to do something like this, but I'm coming up empty:
> 
>   <xsl:value-of select="preceding-sibling::SKU"/>
> 
Give us a clue, tell us where the <SKU> element is in your hierarchy.

Mike Kay

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]