index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
xml.c
Age
Commit message (
Expand
)
Author
2016-04-21
xml: Add a missing case of skipping linebreak after an opening tag.
Tor Andersson
2016-03-14
xml: Fix linebreak before closing tag test.
Tor Andersson
2016-02-24
xml: Implement SGML line break rules.
Tor Andersson
2015-05-05
Ignore ENTITY declarations in XML.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-12-03
xml: Make accessors NULL-resistant. Add fz_xml_find functions.
Tor Andersson
2014-12-03
xml: Optimize creation of really long lists by keeping a tail pointer.
Tor Andersson
2014-12-03
xml: Don't emit empty text nodes between tags when preserving whitespace.
Tor Andersson
2014-09-17
xps: Add fz_xml_is_tag to simplify tag matching.
Tor Andersson
2014-09-17
Improve XML parser.
Tor Andersson
2014-04-23
Fix bug 693580 by skipping xml tag namespace prefixes.
Tor Andersson
2013-11-05
Fix bug in fz_debug_xml.
Tor Andersson
2013-11-05
Ignore <!DOCTYPE ...> declaration in XML parser.
Tor Andersson
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson