|
Subject: Re: [xsl] Copying of nodes From: "Java XML" <jaxlive@xxxxxxxxxxx> Date: Wed, 18 Apr 2001 10:21:50 -0400 |
u can do this by using the document() function. try it i think it works.....
Have Fun JAX
From: Martin Renner <m.renner@xxxxxxxxxx> Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: [xsl] Copying of nodes Date: Wed, 18 Apr 2001 16:07:43 +0159
file1.xml
<root>
<data>
<a>...</a>
<a>...</a>
<b>...</b>
</data>
</root>file2.xml
<root>
<data>
<a>...</a>
<b>...</b>
<b>...</b>
</data>
</root><root>
<data>
<a>...</a> (1st <a> from file1)
<a>...</a> (2nd <a> from file1)
<a>...</a> (1st <a> from file2)
<b>...</b> (1st <b> from file1)
<b>...</b> (1st <b> from file2)
<b>...</b> (2nd <b> from file2)
</data>
</root>
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Copying of nodes, Michael Kay | Thread | [xsl] Err, XSLT problem?, Daniel Newman |
| [xsl] Err, XSLT problem?, Daniel Newman | Date | RE: [xsl] how can I compare two xml, Michael Kay |
| Month |