Re: expat throws wrong error message
Karl Waclawek <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Mukhesh TVR wrote: > Hi All, > > I am using expat 2.0, and trying to parse the following xml-string. > "<envelope><soap:header> testing soap </soap:header></envelope>" > > And, I get an error "must not undeclare prefix". > But, I expect error like "unbound prefix" as the prefix 'soap' is not bound to any URI. > > I got an unbound prefix error. Karl