I'm surprised to see that documents have to be serialized and parsed whenever
XSLT is used.  Looking at the way libxslt works, I don't see any way for
this to change.

Has anyone considered using the C++ version of Xalan?  This would allow
direct interoperability between the DOM and XSLT as well as the possibility
for incrementally rendering the result.

The performance should be better just by removing serialize and parse
steps.

-- 
--Alex Milowski
"The excellence of grammar as a guide is proportional to the paucity of the
inflexions, i.e. to the degree of analysis effected by the language
considered."

Bertrand Russell in a footnote of Principles of Mathematics
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to