]> mj.ucw.cz Git - libucw.git/history - sherlock/xml/parse.c
XML: Partial support for external DTD subset
[libucw.git] / sherlock / xml / parse.c
2008-04-24 Pavel CharvatXML: Partial support for external DTD subset
2008-04-24 Pavel CharvatXML: A primitive DTD validation of elements... it is...
2008-04-24 Pavel CharvatXML: implemented user-friendly function to deal with...
2008-04-24 Pavel CharvatXML: Implemented xml_skip_element().
2008-04-24 Pavel CharvatXML: Implemented detection and validation of ignorable...
2008-04-22 Pavel CharvatXML: Fixed reporting of characters via the PULL interface.
2008-01-20 Pavel Charvattypo again :)
2008-01-20 Pavel CharvatReverted invalid "bugfix", the previous version was...
2008-01-20 Pavel CharvatFixed a typo.
2008-01-20 Martin MaresFixed a couple of typos.
2008-01-20 Pavel CharvatSmall changes in XML parser:
2008-01-17 Pavel CharvatXML: Several fixes, slightly changed the iface.
2008-01-09 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2008-01-07 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2008-01-07 Pavel CharvatXML & WML: WML parser now uses the new XML library.
2007-12-13 Pavel CharvatXML: The parser can completely skip the internal subset...
2007-12-12 Pavel CharvatXML: Small simplification in parsing of names.
2007-12-12 Pavel CharvatXML: The great reorganization... several improvements...
2007-12-12 Pavel CharvatXML: Split to several files, revised part of iface and