Hi:
Try using XSLT for the same.
If you could send the complete two XMl files,
I can show you how to do the same.
regards
IUnknown
-Original Message-
From: Kakoli [mailto:[EMAIL PROTECTED]
Sent: Monday, June 12, 2000 1:27 PM
To: xerces-cvs@xml.apache.org
Subject: Urgent query!
Hello eve
> From: Kakoli [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 12, 2000 12:57 AM
> To: xerces-cvs@xml.apache.org
> Subject: Urgent query!
>
> Hello everybody,
> I wanted some code which will operate on two xml files to form a
> resultant xml file in the fol. way,
> a.xml + b.xml = c.xml, wher
Haven't tried it myself... but from the docs this is what you'd do (if using
DOM):
read a.xml into DocumentA
read b.xml into DocumentB
create DocumentC using a DOMImplementation (you can ask one of the
previous
objects for it's DOMImplementation)
TopNodeA = Import