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: XML transformation using XSL - Urgent, Please HELP!! Thanks




> 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


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