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]
Other format: [Raw text]

RE: XML/XSLT Problem



> From: Alex Genis [mailto:agenis@dtcc.com]
> Subject: [xsl] XML/XSLT Problem
> Is it possible to create 2 different output  XML documents 
> (or XML Document and HTML Report) from one input XML Document ?
> And if it is how can I do it from the command line ?

You can use the redirect extension to send output to two different sources:

http://xml.apache.org/xalan-j/extensionslib.html#redirect

You should be able to use the command-line invocation of Xalan just as you would for any other stylesheet.

	-- Paul

 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]