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: newbie: multiple output files with xsl:document


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]