|
Subject: Re: [xsl] Merging two documents From: Martin Renner <m.renner@xxxxxxxxxx> Date: Tue, 10 Apr 2001 10:47:12 +0159 |
or what, exactly? "Merge" can mean a dozen different things.
file1.xml
<root>
<section1>
<elem>
<name>1</name>
<some-stuff>true</some-stuff>
<other-stuff>
<nested>true</nested>
</other-stuff>
</elem>
</section1>
</root>file2.xml
<root>
<section1>
<elem>
<name>3</name>
<some-stuff>false</some-stuff>
</elem>
</section1>
</root><root>
<section1>
<!-- all "elem"s from file1 -->
<elem>
<name>1</name>
<some-stuff>true</some-stuff>
<other-stuff>
<nested>true</nested>
</other-stuff>
</elem> <!-- all "elem"s from file2 -->
<elem>
<name>3</name>
<some-stuff>false</some-stuff>
</elem></section1> </root>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Merging two documents, Peter Flynn | Thread | [xsl] XSLT UK - the aftermath, Jeni Tennison |
| RE: [xsl] Merging two documents, Chris Bayes | Date | Re: [xsl] XSLT UK - the aftermath, Christopher R. Maden |
| Month |