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]
Other format: [Raw text]

Replacing Question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]