xsl-list
[Top] [All Lists]

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

2007-12-18 12:13:59


It's not that. I would like to load all the nodes from "b.xml"
and then after some operation, I would like to remove the same nodes
which was added from "b.xml".

XSLT never changes its input tree it has a read-inly model.
An XML tree is input, and a new XMl tree is generated as the result It
iis not possible to either add or remove nodes.

David


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--