[no subject]

From: Smita Chaugule <hellosmita@xxxxxxxxx>
Date: Wed, 9 Jan 2002 15:01:24 -0800 (PST)
I have two xml files...

File1.xml
<table>
<field1 name="id">
<filed2 name="name">
</table>

file2.xml
<table>
<field1 type="int">
<field2 type="char">

<index ....>
</table>

I want to read file1.xml and update the field
attributes in file2.xml to contain the name attribute
and write the whole thing to file3.xml

So my output file3.xml should look like

file3.xml
<table>
<field1 name="id" type="int">
<field2 name="name" type="char">
<index ....>
</table>


Any ideas as to how do i do it??

Thanks,

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

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


Current Thread