RE: [xsl] loading and unloading xml files using xslt

Subject: RE: [xsl] loading and unloading xml files using xslt
From: "Jintender Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Wed, 19 Dec 2007 00:14:41 +0530
Hi Everyone...

-----Original Message-----
From: Senthil Nathan [mailto:rsennat@xxxxxxxxx] 
Sent: Wednesday, December 19, 2007 12:12 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] loading and unloading xml files using xslt

Hi,
I would like to know how to load / unload xml files from the main xml file.

ie. say there is "a.xml", to which I load "b.xml". (means i see the
leaf nodes in b.xml
and append those in the a.xml").
Now, I would like to unload "b.xml" from this. (ie., remove those
nodes added earlier).
I know this can be done by looking for those specific nodes and remove
it the way i added
the child.

My question here is, whether all this load / unload can be done using
xslt???

Thanks
Senthil

Current Thread