diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2014-11-14 17:13:41 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2014-11-14 17:20:00 +0100 |
commit | 82d08580e368afbc9d73da3613845a36a89b0a8c (patch) | |
tree | ef353fcfd8d7b427a0ecf2281eb7c0264f6fc9a6 /starmath | |
parent | 37800290245fd0462295a8bbaabd9d761929fa65 (diff) |
switch saxparser from expat to libxml2
Using SAX2 interface provides element/attribute names split into prefix/name,
and provides namespaces/urls, so FastSaxParserImpl::callbackStartElement()
does not have to figure out these on its own (and additionally libxml2
spends a noticeable portion in xmlStrdup() when not in SAX2 mode).
The switch saves about 5-10% time.
Change-Id: Idd424d7cc9b30c248179a5bad8ec79dbfc62e765
Diffstat (limited to 'starmath')
0 files changed, 0 insertions, 0 deletions