summaryrefslogtreecommitdiff
path: root/xmlschemastypes.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from John Belmonte for anyURI. DanielDaniel Veillard2004-03-141-6/+11
* fixed validation of maxLength with no content using patch submitted byWilliam M. Brack2004-02-031-1/+2
* applied patch from John Belmonte for normalizedString datatype support.Daniel Veillard2004-01-221-2/+21
* lot of bug fixes, cleanup, starting to add proper namespace support too.Daniel Veillard2003-11-221-1/+1
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-23/+23
* remove the warning for startDocument(), as it is used by glade (orDaniel Veillard2003-10-171-26/+23
* cleanup fix a funny typo converted the Schemas code to the new errorDaniel Veillard2003-10-101-16/+27
* fixed an error reporting bug in Relax-NG when we end up with multipleDaniel Veillard2003-08-271-734/+938
* hum try to avoid some troubles when the library is not initialized and oneDaniel Veillard2003-08-081-58/+64
* small changes to syntax to get rid of compiler warnings. No changes toWilliam M. Brack2003-08-051-3/+3
* removed some warnings by casting xmlChar to unsigned int and a couple ofDaniel Veillard2003-07-151-0/+2
* preparing release 1.5.8 changed some preprocessor block applied patch fromLIBXML2_2_5_8Daniel Veillard2003-07-061-17/+125
* added --schema option to run WXS schema validation tried to improve errorDaniel Veillard2003-05-121-1/+7
* trying to fix #112673 DanielDaniel Veillard2003-05-091-1/+1
* trivial fix for 109774 removing a warning DanielDaniel Veillard2003-04-231-2/+0
* update from Charles Bozeman for date and duration types updated too DanielDaniel Veillard2003-04-091-20/+71
* fixed date comparison to handle the tzo The only failures left areDaniel Veillard2003-03-311-1/+3
* fixed gMonth parsing routine accordingly to the XML Schemas errataDaniel Veillard2003-03-311-16/+17
* more work on XML Schemas datatypes and facets support. Currently onlyDaniel Veillard2003-03-301-162/+336
* forgot to apply one check from #106931 patch more work on XML SchemasDaniel Veillard2003-03-291-503/+727
* more work on cleaning up XML Schemas datatypes based on James Clark testsDaniel Veillard2003-03-291-13/+215
* implemented comparisons for Schemas values. fixed some bugs in durationDaniel Veillard2003-03-281-21/+88
* fixed bugs and memory leaks in the W3C XML Schemas code implementedDaniel Veillard2003-03-271-2/+32
* two patches from James Bursa on the HTML parser and a typo reindenting,Daniel Veillard2003-03-271-62/+69
* removing a warning with Sun compiler bug #109154 DanielDaniel Veillard2003-03-251-4/+2
* fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixedDaniel Veillard2003-03-211-1/+1
* added integer and fixed one of the IDREFS regression tests pbm updatedDaniel Veillard2003-03-201-15/+44
* attempt to cope with ID/IDREF(S) declared both in the DTD and in theDaniel Veillard2003-03-191-21/+33
* removed a warning more cleanup, added ENTITY and ENTITIES supportDaniel Veillard2003-03-181-10/+110
* fixed error msg cleanup deallocation added a function to handle lists ofDaniel Veillard2003-03-181-0/+77
* added Datatype ID and IDREF, usable from RelaxNG now need to add a newDaniel Veillard2003-03-181-3/+53
* made powten array static it should not be exported fix bug #107361 byDaniel Veillard2003-03-051-1/+1
* added param support for relaxng type checking, started to increment theDaniel Veillard2003-02-271-63/+167
* float/double check bugfix exported a function for NMTOKEN validation add aDaniel Veillard2003-02-181-0/+2
* more testing on the Relax-NG front, cleaning up the regression testsDaniel Veillard2003-02-141-133/+3
* added the boolean base type. DanielDaniel Veillard2003-02-061-0/+29
* started implementing some of the missing default simple types updated theDaniel Veillard2003-02-061-13/+303
* try to fix # 105049 a couple of changes and extensions updated a functionDaniel Veillard2003-02-041-0/+6
* more work on Relax-NG augmented/updated the regression tests added aDaniel Veillard2003-01-271-5/+40
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-1/+1
* make sure ATTRIBUTE_UNUSED is always put after the attribute declaration,Daniel Veillard2002-09-261-3/+3
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-6/+7
* as pointed by Igor Float and Double parsing ain't finished yet DanielDaniel Veillard2002-09-201-0/+4
* incomplete steps for real/double support avoiding a compilation problemDaniel Veillard2002-09-161-0/+36
* applied patch from Richard Jinks for the namespace axis + fixed a memoryDaniel Veillard2002-07-011-12/+38
* a bit of work on import. Charles Bozeman provided a compare function forDaniel Veillard2002-05-221-21/+540
* patch Charles Bozeman for validation of all the date, time, and durationDaniel Veillard2002-05-031-39/+820
* more work on Schemas updated the test list DanielDaniel Veillard2002-04-231-0/+5
* updated a bit made a comment more specific more work on the SchemasDaniel Veillard2002-04-221-1/+16
* a bit of work on Schemas try to make it more useful changed the SchemasDaniel Veillard2002-04-171-0/+3