summaryrefslogtreecommitdiff
path: root/source/fitz/xml.c
AgeCommit message (Expand)Author
2018-02-08Add FZ_DEBUG_HTML option to EPUB parser.Tor Andersson
2017-12-13Parse XML using pool allocator.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-12Some more consts.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-01-09Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.Tor Andersson
2017-01-09Fix potential buffer overrun when decoding UTF-16 in XML parser.Tor Andersson
2016-09-14Add scripts to remove/replace 'static' from functions.Robin Watts
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-04-21xml: Add a missing case of skipping linebreak after an opening tag.Tor Andersson
2016-03-14xml: Fix linebreak before closing tag test.Tor Andersson
2016-02-24xml: Implement SGML line break rules.Tor Andersson
2015-05-05Ignore ENTITY declarations in XML.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-12-03xml: Make accessors NULL-resistant. Add fz_xml_find functions.Tor Andersson
2014-12-03xml: Optimize creation of really long lists by keeping a tail pointer.Tor Andersson
2014-12-03xml: Don't emit empty text nodes between tags when preserving whitespace.Tor Andersson
2014-09-17xps: Add fz_xml_is_tag to simplify tag matching.Tor Andersson
2014-09-17Improve XML parser.Tor Andersson
2014-04-23Fix bug 693580 by skipping xml tag namespace prefixes.Tor Andersson
2013-11-05Fix bug in fz_debug_xml.Tor Andersson
2013-11-05Ignore <!DOCTYPE ...> declaration in XML parser.Tor Andersson
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-06-20Rearrange source files.Tor Andersson