Way to often I get a request to deliver a message from BizTalk without any XML namespace. Comments like the one below aren’t that rare.
Why do you put those “ns0″ I front of every tag!? We can’t read the XML when it’s written like that! All our XPath and XSLT seems to fail.
We don’t want <ns0:OutMessage xmlns:ns0=”Acme.Messages.OutMessage/1.0″> … […]