[Webkit-unassigned] [Bug 14101] XSLTProcessor does not accept Nodes as parameter values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 07:02:00 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=14101


Charles Fulnecky <cafulnecky at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cafulnecky at yahoo.com




--- Comment #11 from Charles Fulnecky <cafulnecky at yahoo.com>  2009-07-07 07:01:59 PDT ---
The ability to pass a node-set as a parameter is a critical component for
high-performance push/comet  style applications that use XML as an in memory
database.  

XSLT provides a performant means of merging an incoming document with an
existing client-side model. Javascripted DOM operations are relatively costly
for large documents (in excess of 2 megabytes).

Without the ability to pass a node-set we are limited to using URLs which
prevents pre-processing and error handling by standard AJAX XMLHttp libraries.

See http://www2.informatik.hu-berlin.de/~obecker/XSLT/#merge

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list