Re: [xml-dev] RE: James Clark: XML versus the Web

From
James Clark <>
To
Henri Sivonen <>
Date
2010-12-16T04:48:48Z
ID
<AANLkTinNudVEz8RuYF06zOg=UsGafSYqQE=>
Thread
Re: [xml-dev] RE: James Clark: XML versus the Web


Which implementations support a reflecting incremental input updates in the output?

Here's one example:  http://www2002.org/CDROM/refereed/321/index.html (looks like it is built on Xalan)

The Syntext Serna WYSIWYG XML editor is driven by XSLT and XSL-FO, but I couldn't find any details about the implementation.
 
Given everything that XSLT lets you do, how can the contribution of a piece of input to the output be tracked in a practical way?


The key is that XSLT is side-effect free.

James