RE: [xsl] Create several XML files

Subject: RE: [xsl] Create several XML files
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 22 Nov 2004 17:42:29 -0000
> I have a xml file (Response.xml) and it has several
> xml documents into it, like this:


There's no absolute reason why you can't store several XML documents in a
single file, but you'll need some software that extracts them and presents
them to the XML parser one at a time, and I'm not aware of any off-the-shelf
software that does that. Certainly you can't expect an XML parser to do it.
And of course you can't transform a document until you can parse it.

Michael Kay
http://www.saxonica.com/

Current Thread