paul
|
1f129cfee0
packages: replace UTF8String to AnsiString at least for now.
|
14 years ago |
ivost
|
3d8df4fd92
* added CDATA xsd helper function: xsdNewChildCData
|
14 years ago |
ivost
|
1a66fb6f9b
* splitted xmlxsd.pas into xmlxsd.pas and xmlxsdparser.pas
|
14 years ago |
ivost
|
c57dd2785e
* added support for xsd:base64Binary xml datatype
|
15 years ago |
ivost
|
2ddd53efc8
* fxied xsdTryParseStringLower (SetLength allocated a string but then append char was used -> resulted in leading zeros)
|
15 years ago |
ivost
|
7ef7aea4b0
* added new function xsdParseStringLower that parse any string and convert it to lower case
|
15 years ago |
ivost
|
c7db625bd0
* SetOnCompare didn't assign AValue to FOnCompare when Count was 0
|
15 years ago |
ivost
|
6941020524
* fixed bug in xsdTryParseBoolean (segfault on null string)
|
15 years ago |
ivost
|
656f122bef
* fixed bug in float parser
|
15 years ago |
ivost
|
c1baa643db
* added more highspeed string parsing functions
|
15 years ago |
ivost
|
d111f9220d
* be more verbose on exceptions
|
15 years ago |
ivost
|
0b57ceef21
* implemented highspeed str to float (xml schema types)
|
15 years ago |
ivost
|
b9eb513791
* enhanced xml schema datatype parsers (booltostr is twice as fast)
|
15 years ago |
ivost
|
ceff25fd3d
* enhanced xml schema type parsers
|
15 years ago |
ivost
|
b2cb314868
* fixed bug in timezone to string conversion
|
16 years ago |
ivost
|
819e7d0913
fixed bug: xsdTryNextString returned allways true
|
16 years ago |
ivost
|
e9928658b5
* added namespace testing function
|
16 years ago |
ivost
|
d2f7122bcb
* added new function for xsd enumerated types parsing to xmlxsd lib
|
16 years ago |
ivost
|
58bbbf1656
* added new function to xmlxsd library
|
16 years ago |
ivost
|
5738d9ab55
* added new xml node reader functions
|
16 years ago |
ivost
|
8a253dde71
* added more try functions (don't throw exceptions)
|
16 years ago |
ivost
|
7798d6a265
* added new xsd types and reniced some implementations (integer parsers, date/time parsers, etc...)
|
16 years ago |
ivost
|
c9bcb0fb66
* fixed xsd:date, xsd:time and xsd:dateTime parsers in xsd helper library
|
16 years ago |
ivost
|
bc2aeb2997
* extended libxml2 xsd helper functions
|
16 years ago |
ivost
|
ce01f1d47e
* added more xsd helper functions
|
16 years ago |
ivost
|
6c7c28c5f2
* fixed name of libxml2, it's called now xml2. This way it follows the rules of the other libs in packages
|
16 years ago |
ivost
|
68cbf05171
* added overloaded functions of xsdNewPropDateTime, xsdNewPropDate, xdsNewPropTime, xsdNewChildDateTime
|
16 years ago |
ivost
|
490167ba16
* extended xsdFormatBoolean to write either 0/1 or false/true
|
16 years ago |
ivost
|
8a7a611086
* added more libxml2 xsd helper functions
|
16 years ago |
ivost
|
c1d518f27c
* removed some obsolete functions, fixed parser functions
|
16 years ago |