Re: [xml] Schema validation from API



On Mon, 2004-04-26 at 04:37, Garcia Jose Miguel-JGARCIR1 wrote:
Hi all,

I´m trying to validate a XML file by schema.xsd

With xmllint, everything is Ok,
xmllint --noout --schema test.xsd test.xml
test.xml validates

How should I make this validation through API ?


In general, a good way to find code duplicating functionality found in
xmllint is to look at how Daniel did it in xmllint.c.

Cheers,
John




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