RE: How to use xslt to transform xml to xml with added nodes

Subject: RE: How to use xslt to transform xml to xml with added nodes
From: "Harbarth, Juliane" <jhb@xxxxxxxxxxxxxx>
Date: Thu, 16 Sep 1999 14:59:17 +0200

Although I am not getting what you intend to do, I suggest
you read the following sections from the XSLT spec :

Chapter 7.1. Creating Elements and Attributes
	You might need <xsl:attribute> to set attribute
      values in your result tree to something different 
      from literal text. 

Chapter 9.2 Conditional Processing with xsl:choose
      You'll definitely need <xsl:choose> to create 
	your result tree differently depending on how
      your input looks like.

Have fun,
Juliane.


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


Current Thread