| 
 
Subject: [xsl] Merging two xml files using a template file. From: "Bhaskar Reddy" <bhaskar_reddy@xxxxxxxxxxx> Date: Mon, 12 Jan 2004 22:02:09 +0530  | 
file 1: xml
-------------
<Data>
    <Name> Peter Radke </Name>
    <Age> 34 </Age>
    <Address>
               <Street> 34 Peter Ave </Street>
               <City> Chicago</City>
               <Country> USA </Country>
    </Address>
</Data><Data>
    <Name> Peter </Name>
    <Age> 38 </Age>
    <Address>
               <Street> 38 Bradway st</Street>
               <City> NewYork</City>
               <Country> USA </Country>
    </Address>
</Data>file 3: xml :
<Data>
    <Name src="file1"> </Name>
    <Age src="file2"></Age>
    <Address src="file2">
    </Address>
</Data>Result FILE:
----------------
<Data>
    <Name> Peter Radke </Name>
    <Age> 38 </Age>
    <Address>
               <Street> 38 Bradway st</Street>
               <City> NewYork</City>
               <Country> USA </Country>
    </Address>
</Data>Thanks Bhaskar
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] Merging two xml files., Bhaskar Reddy | Thread | RE: [xsl] Merging two xml files usi, SHEIKH Sajjad | 
| [xsl] Merging two xml files., Bhaskar Reddy | Date | [xsl] Question about variable-field, Mir Farooq Ali | 
| Month |