xsl-list
[Top] [All Lists]

Re: using xalan parser to produce html file

2003-11-18 07:04:07




I have doubt in Xalan parser. Is it possible to create
more output file different format
for example:
java org.apache.xalan.xslt.Process -in
d:/xsltest/mailtest.xml -xsl d:/xsltest/mailtest.xsl
-out mailtest.html -out error.txt

XSLT 1.0 normally produces only one output document at a time. See the
documentation for Xalan's "redirect" extension for a way to work around
that.

XSLT 2.0, now being developed, is expected to support multiple output
documents without this sort of cheat.

______________________________________
Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more.
"The world changed profoundly and unpredictably the day Tim Berners Lee
got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk


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



<Prev in Thread] Current Thread [Next in Thread>
  • Re: using xalan parser to produce html file, Joseph Kesselman <=