You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by Kakoli <ka...@india.hp.com> on 2000/06/12 09:45:33 UTC

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, where
    a.xml : <a>...</a>
    b.xml : <b>...</b>
    c.xml : <a>...</a>
               <b>...</b>.
Regards,
Kakoli




Re: Urgent query!

Posted by Alan Gerhard <AG...@E-SyncNet.Com>.
If you just CAT the two files ..... you query does not specify 
anything other than combining two xml files ...

alan gerhard

>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 6/12/00, 2:45:33 AM, Kakoli <ka...@india.hp.com> wrote regarding 
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, where
>     a.xml : <a>...</a>
>     b.xml : <b>...</b>
>     c.xml : <a>...</a>
>                <b>...</b>.
> Regards,
> Kakoli




> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-p-dev-help@xml.apache.org