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: Incremental DOM->DOM XSLT processor?


> I'm trying to find an XSLT processor that works in the following
> fashion:
>
>     1) A source DOM document is transformed into a result DOM
>        document.
>
>     2) The processor uses DOM events to listen for changes made
>        to the source document.  When a change is made, the
>        processor applies the appropriate deltas to the result
>        document by means of its DOM modification methods.

I'm fairly sure there is no XSLT processor that attempts to do this today.
It's theoretically possible, but not at all easy - it requires a fairly
sophisticated analysis of the stylesheet to determine where the possible
impacts are.

Mike Kay
Software AG


 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]