This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

streaming multiple XML input


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]