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: Putting a set input-nodes together under XSL 1.0.


> 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.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 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]