|
Subject: [xsl] How to merge multiple XML files From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx> Date: Mon, 07 May 2007 10:46:16 +0530 |
INPUT a.xml <records> <record id="a1"> ... </record> <record id="a2"> ... </record> </records>
b.xml <records> <record id="b1"> ... </record> <record id="b2"> ... </record> </records>
OUTPUT c.xml <records> <record id="a1"> ... </record> <record id="a2"> ... </record> <record id="b1"> ... </record> <record id="b2"> ... </record> </records>
thanks ...JSR
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] separation to several tex, Rolf Schumacher | Thread | Re: [xsl] How to merge multiple XML, Alexander Johannesen |
| Re: [xsl] XML parser accesses Inter, Rashmi Rubdi | Date | Re: [xsl] How to merge multiple XML, Alexander Johannesen |
| Month |