[
Lists Home |
Date Index |
Thread Index
]
> Hi.
>
> Most of the tutorials for schema validation libraries are in terms of
> validating an entire document. I'm interested in just validating text
> strings against an xsd simple type.
>
> Are there any good open source libraries out there that would give me
> hooks to do this in either C or Java?
>
Get RNV distribution from http://davidashen.net/rnv.html .
xsd.[ch], xsd_tm.[ch] is implementation of Schema Datatypes
in ANSI C (regular expressions are in rx*.[ch]).
There is also xsdck, a command-line utility which validates
a single value against a single datatype. Details in the
documentation and the source code.
David Tolpin
|