hi, ( I am new to the XSLT env., so this may look trivial to you but no to
me )
This is an XML
<Type>
<Data>100</Data>
<Name_of_Data Data_Key="test"/>
<Type>
How would i replace the data "text" 100 => 200 based on the fact that i want
to search on the name of the data
being the Data_key "test".
The output result should be
<Type>
<Data>200</Data>
<Name_of_Data Data_Key="test"/>
<Type>
Thanks,
JB
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Replacing Question
- Joeri Belis - Fri, 15 Mar 2002 09:16:14 -0500 (EST) <=
- <Possible follow-ups>
- Jeff Beadle - Fri, 15 Mar 2002 10:12:59 -0500 (EST)
|
|