[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] XML DTD validation for push parsers?
- From: Stefan Behnel <stefan_ml behnel de>
- To: mayur k <mayur_ruk yahoo com>
- Cc: xml gnome org
- Subject: Re: [xml] XML DTD validation for push parsers?
- Date: Fri, 12 Oct 2007 08:20:59 +0200
mayur k wrote:
> I have set the option like this:
> xmlCtxtUseOptions(m_context, XML_PARSE_DTDLOAD);
> But the parser does not seem to complain about junk tags & wrong sequence of tags at all and says that the document is valid.
"loading a DTD" != "validating".
Check the parse options.
Stefan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]