Title: Malformed URI in namespace declaration

I have run across a scenario dealing with a b2b application where a business is sending us an xml document that declares namespaces with invalid URI's.  For example:

<xml xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema">

        <s:Schema id="RowsetSchema">

Each time I try running the parser I get the following error: "MalformedUrLException: no protocol".  Is there a way around disabling the mechanism that verifies that the namespace url is valid?  I've tried setting various parser features, but I can't seem to get the parser to work around this issue.  Any ideas?

_________________
Jeremy Nix
Senior Application Developer
Southwest Financial Ltd.
[EMAIL PROTECTED]
(513) 621-6699 ext 1158

Reply via email to