Re: [xsl] newbie: multiple output files with xsl:document

Subject: Re: [xsl] newbie: multiple output files with xsl:document
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 6 Jun 2002 11:33:16 -0600 (MDT)
Jeni Tennison wrote:
> XSLT 2.0, which is a Working Draft at the moment, has a new element
> called xsl:result-document, which works in much the same way as
> xsl:document used to. You can use it to create documents of all kinds,
> in just the same way as you create principal result documents. So if
> you amended your stylesheet for XSLT 2.0 that would work... if you
> used a processor that supported the XSLT 2.0 Working Draft, that is.
> MSXML only supports XSLT 1.0; the only processor that supports any of
> XSLT 2.0 is Saxon (version 7.1).
>
> Some other processors have extension elements to generate multiple
> result documents, such as redirect:write in Xalan, but those are
> processor-specific, and MSXML doesn't support any such extension
> element.

Y'all are Saxon pushers ;) Don't forget that your brainchild EXSLT
has exsl:document, and this is supported in a few processors. Not
MSXML, though, AFAIK. (Correct me if I'm wrong)

  http://exslt.org/exsl/elements/document/index.html


   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

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


Current Thread