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]

[no subject]


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


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