summaryrefslogtreecommitdiff
path: root/schematron.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using sprintfNick Wellnhofer2023-05-081-5/+6
* Stop calling xmlMemoryDumpNick Wellnhofer2023-04-301-1/+0
* schematron: Use logical andNick Wellnhofer2023-02-221-2/+2
* Don't use sizeof(xmlChar) or sizeof(char)Nick Wellnhofer2022-09-011-1/+1
* Consolidate private header filesNick Wellnhofer2022-08-261-0/+2
* Add configuration flag for XPointer locations supportNick Wellnhofer2022-04-211-0/+2
* Fix --without-debug buildNick Wellnhofer2022-03-091-3/+4
* Add let variable tag supportOliver Diehl2022-03-021-1/+169
* Add value-of tag supportOliver Diehl2022-03-021-2/+105
* Replaced tabs by 4 spacesOliver Diehl2022-03-021-524/+524
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+1
* Fix typosNick Wellnhofer2020-03-081-2/+2
* Large batch of typo fixesJared Yanovich2019-09-301-4/+4
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-1/+1
* Fix typos: dictio{ nn -> n }ar{y,ies}Jan Pokorný2016-04-151-2/+2
* Fix compilation with minimum and schematron.Nicolas Le Cam2014-02-101-0/+2
* Big space and tab cleanupDaniel Veillard2012-09-111-17/+17
* * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.cDaniel Veillard2009-06-041-1/+1
* applied a couple of patches from Martin avoiding some leaks, fixinq QNameDaniel Veillard2008-09-011-1/+1
* applied patch from Tobias Minich to allow plugin schematron errorDaniel Veillard2008-03-141-14/+62
* fix crash/leaks from xmlSchematronParse due to improper schema documentRob Richards2007-11-131-0/+3
* Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)William M. Brack2007-05-221-0/+4
* end of first pass on coverity reports. DanielDaniel Veillard2006-03-101-12/+13
* remove warnings under Windows.Rob Richards2005-10-071-3/+3
* regenerated fixed a compilation problem some cleanups and one bug fixDaniel Veillard2005-08-231-0/+2
* report improvement more tests DanielDaniel Veillard2005-07-311-6/+41
* more bug fixes, improve the error reporting. second test DanielDaniel Veillard2005-07-311-34/+122
* fixing the loop bug, fixing schematron text error rendering startedDaniel Veillard2005-07-311-16/+73
* commiting work done on the plane last week-end DanielDaniel Veillard2005-07-301-31/+192
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-1/+1
* started adding schematron to the xmllint tool, the report infrastructureDaniel Veillard2005-07-241-16/+86
* changed xmlPatterncompile signature to pass an int and not an enum sinceDaniel Veillard2005-07-231-0/+1316