[xsl] Replacing Question

Subject: [xsl] Replacing Question
From: "Joeri Belis" <joeri.belis@xxxxxxxxxxxx>
Date: Fri, 15 Mar 2002 14:34:16 +0100
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