Subject: Re: Newbie help needed BAD!!!
From: Mike Brown <mike@xxxxxxxx>
Date: Tue, 29 Aug 2000 02:47:07 -0600 (MDT)
|
Matt Coolidge wrote:
> Hi everyone. Man I need help bad...I want to write an xsl that will
> basically copy an xml tree, but allow me to chnage the values of certain
> nodes.
Look in the XSLT 1.0 Recommendation for the "identity transform". It's in
the section on copying nodes, and covers the use of xsl:copy as an
alternative to xsl:copy-of. Add to the identity transform special
templates for just the nodes you want to change.
- Mike
____________________________________________________________________
Mike J. Brown, software engineer at My XML/XSL resources:
webb.net in Denver, Colorado, USA http://www.skew.org/xml/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|