[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Re: XML transformation using XSL - Urgent, Please HELP!! Thanks


Subject: [xsl] Re: XML transformation using XSL - Urgent, Please HELP!! Thanks
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Sat, 28 Apr 2001 08:51:36 +0100


> Thushara Perera wrote:
> 
Try turning 

	<xsl:value-of select="PRODUCTQUALIFIER"/> 

into 

	<xsl:value-of select="../PRODUCTQUALIFIER"/>

- your have already selected PRODUCTID as your context node, and
PRODUCTQUALIFIER is a sibling, not a child of PRODUCTID.

Francis.

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



Current Thread