Re: Error: must not undeclare prefix
Karl Waclawek <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Jarle Aase wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Hi list, > >I'm getting this error from XML_ParseBuffer(). The XML-file I'm reading >is validated OK by the "Cooktop" XML editor I'm using. Does anyone know >what this error mean? (I get the same error from XML_Parse()). > >I'm having the problem when I try to load an XML-file from a shared >library under Windows and also under Debian GNU/Linux (AMD64 build). > > If I recall correctly, under the XML Namespaces 1.0 specification you can only undeclare the default namespace. If you try to undeclare another namespace/prefix, you would get this error. Karl