xsl-list
[Top] [All Lists]

Re: Need advice - Render HTML form with XSLT and

2005-01-28 08:19:09

Your question appears to be about using multiple input documents.
This is fully supported in XSLT 1 (including msxml) using the document()
function.

It is on the area of generating multiple output documents where XSLT 1
is lacking, and many xslt engines have extension elements (saxon:output,
xalan:redirect, etc). msxml only has limited ability to produce multiple
output (via escaping to a dom scripting language and then writing out
teh xml from the dom node, eg its .xml method)

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>