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 |
- How to use xslt to transform xml to xml with added nodes
- Michael Teigman - Tue, 14 Sep 1999 12:19:33 -0400
- <Possible follow-ups>
- Harbarth, Juliane - Wed, 15 Sep 1999 12:23:23 +0200
- Michael Teigman - Wed, 15 Sep 1999 16:31:48 -0400
- Kay Michael - Thu, 16 Sep 1999 10:35:12 +0100
- Harbarth, Juliane - Thu, 16 Sep 1999 14:59:17 +0200 <=
- Michael Teigman - Fri, 17 Sep 1999 14:14:30 -0400
- Mike Brown - Mon, 20 Sep 1999 11:26:24 -0600
- Michael Teigman - Wed, 22 Sep 1999 12:34:27 -0400
- Mike Brown - Wed, 22 Sep 1999 11:44:05 -0600
|
|