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]

RE: Well-balanced fragments as input to XSLT 2.0?


> I would like to propose that XSLT 2.0 should be able to
> accept the same
> kind of "well-balanced" fragments as it can output.

Since temporary trees (result tree fragments) have this generalized
structure, and can be used as both input and output of processing, there's
no real problem with this, other than the question of how you construct such
an initial tree as input to the processor - which is really something that
has to be left to the implementor.

I think you'll find that the JAXP capability to pipeline the output of one
transformation into the input of another means that this is already feasible
with some XSLT 1.0 implementations.

Mike Kay


 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]