XSL on attribute

Subject: XSL on attribute
From: Cheun N Chong <cnc99r@xxxxxxxxxxxxxxx>
Date: Fri, 19 May 2000 11:08:39 +0100 (BST)
HI,

	I have the following XML codes:
...
<BoughtStuff>
<Milk BestBefore="19May2000">
	<Brand>Nestume</Brand>
</Milk>
</BoughtStuff>

	I have the following XSL codes, to convert the above XML doc into
another XML doc:
...
<xsl:template match="BoughtStuff">
<BoughtStuff>
	<xsl:for-each select="Milk">
		<xsl:apply-template select="Brand" />		
	</xsl:for-each>
</BoughtStuff>
...

	I am not sure how to deal with the attribute, like to preserve the
value and the tag at the new XML document. Thank you very much. Wish you
all the best.



Best regards,
Cheun Ngen CHONG



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


Current Thread
  • XSL on attribute
    • Cheun N Chong - Fri, 19 May 2000 11:08:39 +0100 (BST) <=
      • <Possible follow-ups>
      • Beckers, Marc - Fri, 19 May 2000 12:45:46 +0200