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: Changing the value of nodes


Sorry for not being elaborate,

Actually what i want to do is that i want to get the value of <payWeekDay> 
from a jsp form and the use that to change the value of the node in the xml 
means the new value comes from an external source its not constant.


From: Oliver Becker <obecker@informatik.hu-berlin.de>
Reply-To: xsl-list@lists.mulberrytech.com
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] Changing the value of nodes
Date: Thu, 19 Apr 2001 16:27:22 +0200 (MET DST)

 >       I want to know what is the best way to change the value of nodes 
using
 > xalan for example
 > one.xml
 > -------
 > <person>
 > <firstName>Jax</firstName>
 > <lastName>Live</lastName>
 > <payWeekDay>Wednesday</payWeekDay>
 > <person>
 >
 > and if in the above file i want to change the value of <payWeekDay> from
 > "wednesday" to "Monday" what is the best way to do it.

- take the copy stlesheet (have a look at the XSLT spec or the FAQ)
- write a template which catches payWeekDay elements and do the
   transformation you need


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


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


 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]