xml namespaces - How do I have the .NET framework parse a double empty xmlns element? -
i have webservice connecting (asmx) reason spits out looks this:
<somerecord xmlns="" xmlns=""> ... </somerecord>
the parser seems puke on double empty xmlns in soapclient itself. note capitalization of 1 element (which can confirm ilspy of code hard constructing element).
how can parse programmatically without blowing up? need interrupt stream , kill double xmlns myself? how ...
Comments
Post a Comment