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

incremental re-transformation of changed source docume

Subject: incremental re-transformation of changed source document
From: Felix Breuer <felix@xxxxxxxxxx>
Date: 18 Feb 2003 17:47:42 +0100
incremental xsl transformation
Hello!

What I would like to have is a XSLT processor that supports the
following mode of operation:

1) given: a source DOM tree.
2) apply XSLT stylesheet to source DOM tree to obtain
  a) result DOM tree
  b) a mapping, which maps a node in the source tree, to the set of
     nodes in the result tree, which have been generated by applying
     a template to the given node
3) make XSLT processor listen to mutation events on the source tree
4) whenever a node in the source tree is modified, the processor
  a) updates the result tree
  b) does so without re-transforming source nodes that have not changed
     (and whose transformation-relevant context has not changed)
  c) updates the source nodes -> result nodes mapping (from 2b)

In short: What I need is a processor that keeps a source DOM tree and
its image under a given stylesheet in sync.

Does any work of the W3C address/relate to/allow for the implementation
of this scenario?

Do you know of a XSLT processor that allows this mode of operation
already or that would at least allow the implementation of it?

Regards,
Felix Breuer
 


 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.