[xmlsec] Question about loading external DTD
Aleksey Sanin
aleksey@aleksey.com
Thu, 06 Feb 2003 14:13:56 -0800
The document is validated during parsing only if you ask libxml to do so
by setting parsing context "validate" member to 1 or by setting global
variable "xmlDoValidityCheckingDefaultValue" to 1.
Can you check the value of this variable before the call to xmlParseMemory?
I would also suggest to step in the xmlParseMemory in the debugger and
find out how the parsing context initialized.
Aleksey