[libxml++] XSD support?



Hi,

I noticed this mail in the archive regarding XSD support:

http://sourceforge.net/mailarchive/forum.php?thread_id=10218925&forum_id=12784

Wondering if there are plans to support validatation via xsd? Right
now I followed the examples for the xmlpp::DomParser object where I
use the following sequence of calls:

xmlpp::DomParser parser;
.
.
parser.set_validate();
parser.set_substitute_entities();
parser.parse_file(fname);
.
.
I have it working with my custom dtd as shown in the examples.
Currently I am using version 1.0 of the api.

Thanks,
Ravi




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]