Re: [xml] How to auto-validate against DTD or schema?
- From: Frans Englich <frans englich telia com>
- To: xml gnome org
- Subject: Re: [xml] How to auto-validate against DTD or schema?
- Date: Tue, 16 Nov 2004 19:59:58 +0000
On Tuesday 16 November 2004 14:36, Parag Chandra wrote:
Hi,
I've been using libxml2 to validate against DTDs thus far, by passing
the XML_PARSE_DTDVALID flag when I construct an xmlReader. Now I need to
do so against schemas, and I can't seem to figure out how to do it short
of explicitly passing the name of the schema to validate against to the
xmlSchema* APIs. This would require knowing the name of the schema ahead
of time, which I do not. Is there some way to automatically validate
against either a DTD or schema, depending on which is present in the XML
document? Thanks.
It sounds partly related to that there's no support for Schema Instance;
http://bugzilla.gnome.org/show_bug.cgi?id=157205
Cheers,
Frans
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]