[XOM-interest] Missing scheme in absolute URI
Christian Voss
cvoss at dimetis.de
Mon Jul 30 08:56:51 EDT 2007
Hi,
I have to parse XML responses from a web service.
The responses contain non-absolute namespace URIs
(xmlns="xmlapi_1.0") and are therefore rejected by the parser with:
"Missing scheme in absolute URI ..."
Is there any possibility to make the parser less restricting?
I know, that I can patch the responses by substituting
"xmlapi_1.0" by something like "http://xmlapi_1.0".
But I don't like to do it this way.
Any ideas welcome.
Chris
More information about the XOM-interest
mailing list