summaryrefslogtreecommitdiff
path: root/packages/libxml/src/xmlxsd.pas
Commit message (Expand)AuthorAgeFilesLines
* * added CDATA xsd helper function: xsdNewChildCDataivost2011-02-031-0/+8
* * splitted xmlxsd.pas into xmlxsd.pas and xmlxsdparser.pasivost2011-01-111-1823/+102
* * added support for xsd:base64Binary xml datatypeivost2010-07-201-3/+286
* * fxied xsdTryParseStringLower (SetLength allocated a string but then append ...ivost2010-03-031-4/+58
* * added new function xsdParseStringLower that parse any string and convert it...ivost2010-02-191-5/+62
* * SetOnCompare didn't assign AValue to FOnCompare when Count was 0ivost2010-02-171-2/+0
* * fixed bug in xsdTryParseBoolean (segfault on null string)ivost2009-11-191-0/+3
* * fixed bug in float parserivost2009-11-181-2/+3
* * added more highspeed string parsing functionsivost2009-11-091-519/+814
* * be more verbose on exceptionsivost2009-11-091-26/+26
* * implemented highspeed str to float (xml schema types)ivost2009-11-081-99/+215
* * enhanced xml schema datatype parsers (booltostr is twice as fast)ivost2009-11-081-124/+136
* * enhanced xml schema type parsersivost2009-11-081-342/+424
* * fixed bug in timezone to string conversionivost2009-10-121-2/+6
* fixed bug: xsdTryNextString returned allways trueivost2009-03-211-1/+1
* * added namespace testing functionivost2009-03-211-6/+20
* * added new function for xsd enumerated types parsing to xmlxsd libivost2009-02-271-335/+422
* * added new function to xmlxsd libraryivost2009-02-261-10/+9
* * added new xml node reader functionsivost2009-02-261-2/+282
* * added more try functions (don't throw exceptions)ivost2009-02-251-469/+361
* * added new xsd types and reniced some implementations (integer parsers, date...ivost2009-02-251-554/+679
* * fixed xsd:date, xsd:time and xsd:dateTime parsers in xsd helper libraryivost2009-02-241-296/+514
* * extended libxml2 xsd helper functionsivost2009-02-241-3/+9
* * added more xsd helper functionsivost2009-02-241-79/+366
* * fixed name of libxml2, it's called now xml2. This way it follows the rules ...ivost2009-01-241-1/+1
* * added overloaded functions of xsdNewPropDateTime, xsdNewPropDate, xdsNewPro...ivost2009-01-111-0/+54
* * extended xsdFormatBoolean to write either 0/1 or false/trueivost2009-01-111-11/+17
* * added more libxml2 xsd helper functionsivost2009-01-061-0/+72
* * removed some obsolete functions, fixed parser functionsivost2009-01-061-218/+219
* * extended xsd helper functions for libxml2ivost2009-01-061-52/+235
* * added my name to libxml2 header files (better for bug reports)ivost2009-01-041-0/+5
* * added several new helper functions to libxml2 (xmlxsd.pas)ivost2008-09-161-61/+618
* * fixed bug in libxml2 tree.incivost2008-08-251-0/+293
* * xmlxsd helper unitivost2008-08-251-0/+110