RE: [xsl] create new xml with xsl

Subject: RE: [xsl] create new xml with xsl
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 10 Feb 2003 16:57:39 -0500
On the other hand, the replacement of result-tree-fragments with plain-ol' node sets in XSLT 2.0 will mean that many of the kinds of things that now require two passes, will be possible in one, without pipelining. Not that this will always be a good idea.

Cheers,
Wendell

At 01:17 PM 2/7/2003, Mike wrote:
> > Saxon offers a third approach, you can use two stylesheets,
> and pipe
> > the output of the first into the second using <xsl:output
> > saxon:next-in-chain="stylesheet2.xsl"/>
>
> Will there be support in XSLT 2.0 for this ? All those
> extension functions are nice, but if you need to have an
> processor independant stylesheet you can't use extension functions.
>

No, there's no plan to do this. The thinking is that the control of a
sequence of XML-related operations should be controlled by some kind of
pipeline processor, using a language external to XSLT.


======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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



Current Thread