[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Putting a set input-nodes together under XSL 1.0.

Subject: Re: Putting a set input-nodes together under XSL 1.0.
From: David N Bertoni/Cambridge/IBM <david_n_bertoni@xxxxxxxxxx>
Date: Fri, 4 Oct 2002 11:31:40 -0700
xsl set input




> > Are there technics which would allow me to introduce new input-nodes
> > into an existing set of  input-nodes without going through this
> > input-to-RTF-to-input transformation?
>
> No, XSLT takes a read only view of a source tree.
>
> On the other hand the only difference between a node set and a RTF (in
> most implementations, allegedly) is a flag that prevents you doing node
> set operations on the RTF, so the "input-to-RTF-to-input transformation"
> is most likely not a very costly operation. The fact that there was
> a distinction at all is widely seen as a mistake and the distinction is
> removed in the xslt 1.1 and xslt 2 drafts.

I'm not sure that's entirely true.  Node-sets usually contain nodes from
the input document.  RTFs, on the other hand, are created by the processor
on-the-fly as a separate "mini-document."  So, unless a processor is
incredibly clever, it will have to copy the nodes from the input node-set
into the RTF, and that's never going to be the cheapest operation.
However, I do agree with you that the actual operation of converting an RTF
to a node-set is likely to be very cheap.

It might be possible to create an RTF with the "new" nodes, then use the
nodeset extension function to get at those nodes, and create a new variable
that is the union of the original node-set and the nodes from the RTF that
you're interested in.  This would only work in certain situations, but,
depending on what you want to do with the "superset," it might work.
Things that wouldn't work would be operations that depend on document order
with the "superset," since the nodes would be from two documents, and that
order is processor-specific.

Ed, can you elaborate a bit more on what you're doing when you need to
create these amalgamated node-sets?

Dave


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.