summaryrefslogtreecommitdiff
path: root/xmllint.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-0/+1
* fixing compilation and link option when configuring with --without-validDaniel Veillard2004-02-251-7/+3
* some clarification in xmlDocDumpMemory() documentation fixed xmllintDaniel Veillard2004-02-191-1/+6
* issue validation status on stderr, not stdout as suggested by PawelDaniel Veillard2003-12-291-14/+14
* fixing bug #119264 xmllint failing to report serialization errors in someDaniel Veillard2003-12-101-3/+16
* some flags were not passed down correctly as parsing options. FixesDaniel Veillard2003-12-091-0/+3
* augmented the XInclude API to be able to pass XML parser flags down to theDaniel Veillard2003-12-091-1/+1
* fixed the pattern interfaces but not yet the parser to handle theDaniel Veillard2003-12-051-1/+1
* adding the pattern node selection code. Inheried in part from libxslt butDaniel Veillard2003-12-021-4/+57
* change --html to make sure we use the HTML serialization rule by defaultDaniel Veillard2003-11-041-0/+45
* implemented the XML_PARSE_NONET parser option. converted xmllint.c to useDaniel Veillard2003-11-031-1/+1
* adding XInclude support to the reader interface. Lot of testing of theDaniel Veillard2003-11-031-6/+47
* fixed warning message from IRIX (bug 125182) removed tabs, replaced withWilliam M. Brack2003-10-271-4/+1
* removing xmldwalk module since it got merged with the xmlreader. cleanupDaniel Veillard2003-10-201-7/+8
* more cleanup through the I/O error path DanielDaniel Veillard2003-10-081-1/+2
* first pass at cleaning up error handling in the I/O module. DanielDaniel Veillard2003-10-081-6/+19
* added a new configure option --with-push, some cleanups, chased code sizeDaniel Veillard2003-09-301-2/+14
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-1/+27
* Adding a configure option to remove tree manipulation code which is notDaniel Veillard2003-09-291-2/+16
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-10/+28
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-5/+35
* rebuilt the API added the new options --nocdata and --nsclean to removeDaniel Veillard2003-09-261-0/+8
* added the same htmlRead APIs than their XML counterparts new parserDaniel Veillard2003-09-261-1/+1
* Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URLDaniel Veillard2003-09-251-6/+7
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-241-18/+51
* adding a new set of API for parsing xmlReadDoc() xmlReadFile() ...Daniel Veillard2003-09-231-82/+48
* add streaming on memory regression tests, found bad bugs in the readerDaniel Veillard2003-09-181-1/+1
* small fix from Rob Richards for input filename fixes for --repeat andDaniel Veillard2003-09-171-6/+36
* do string allocations in large pools, allowing to find if a string pertainDaniel Veillard2003-09-161-4/+4
* removing the broken pseudo SGML DocBook parser code. DanielDaniel Veillard2003-09-131-50/+0
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-1/+11
* fixed time inclusion for various compilersIgor Zlatkovic2003-08-281-7/+2
* added option --dtdvalidfpi for Tobias Reif DanielDaniel Veillard2003-08-181-7/+31
* Applied patch from Mikhail Grushinskiy for mingw compiler on Windows.Daniel Veillard2003-08-141-0/+9
* =Bug 118559 (continued)William M. Brack2003-08-011-13/+1
* fixing bug 118559William M. Brack2003-07-311-1/+25
* applied a patch from Gman for building docs applied a patch from GaryDaniel Veillard2003-06-091-10/+26
* added --nonet option fixing #112803 by adding --nonet when callingDaniel Veillard2003-05-131-0/+4
* added --schema option to run WXS schema validation tried to improve errorDaniel Veillard2003-05-121-0/+63
* fixing bug #104081 with xs:all with an element holding minOccurs="0" addedDaniel Veillard2003-05-091-0/+8
* a lot of performance work especially the speed of streaming through theDaniel Veillard2003-04-211-3/+2
* more work on RelaxNG streaming validation trying to improve the subsetDaniel Veillard2003-04-161-3/+33
* implemented streaming of RelaxNG (when possible) on top of the xmlReaderDaniel Veillard2003-04-151-0/+10
* make sure xmllint --stream and xmllint --stream --valid returns errorsDaniel Veillard2003-04-111-0/+9
* Fixed validation bug #108858 on namespace names using entities andDaniel Veillard2003-03-221-2/+4
* use XMLLING_INDENT environment variable to control indentation for the xmllin...Aleksey Sanin2003-03-091-1/+8
* after and exchange with James Clark it appeared I had bug in URI parsingDaniel Veillard2003-03-071-0/+13
* I f...ed up the default configuration of schemas and --relaxng optionDaniel Veillard2003-02-071-1/+1
* comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2Daniel Veillard2003-02-051-0/+62
* applied patch for FreeBSD by Julio Merino, closing #104475 DanielDaniel Veillard2003-01-261-1/+5