[xsl] streaming multiple XML input

Subject: [xsl] streaming multiple XML input
From: "Luc Pionchon" <luc.pionchon@xxxxxxxxxxxx>
Date: Mon, 20 Aug 2001 10:14:33 +0300
hi,

is there anyway to give to a XSLTprocessor several XML entries, except by
"hardcoding" a file name with "document(xxx.xml)"
actually, i wanted to avoid using files, but using streams.
basicaly something like this (~):

   transf.setXSLT("xxx.xsl");
   transformer.convert(inputStream1, inputStream2, outputStream);


luc


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread