[REBOL] The XML Schema compiler
From: maarten::koopmans::surfnet::nl at: 8-Nov-2002 20:56
The XML Schema compiler, XSDC.
xsdc compiles a XML schema definition to a Rebol parse definition that
knows how to compile and validate documents for the specified xsd.
The output parser is thus much faster than a generic XML parser.
xsdc speeds up the implementation of formats in XML/XSD unbelievable!
You can implement XML based formats in hours where it would have taken
days or weeks in traditional languages like Perl, Java, or C/C#/C++.
The programmer itself can provide handler based functions, just like in a
SAX based XML parser, to handle specific tags with their content and
attributes.
Now, that is our killer application. Where can I download it?
--Maarten