Re: [xsl] Need advice - Render HTML form with XSLT and

Subject: Re: [xsl] Need advice - Render HTML form with XSLT and
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 28 Jan 2005 15:19:09 GMT
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
________________________________________________________________________

Current Thread