Sunday, May 31, 2009

[jQuery] missing equal between ns and uri

Hi,

After I pass my xmlDocument to $.ajax{} with the processData:false
option. The output has no "=" in between the namespace and uri.
E.g. <root xmlns:abc "http://funny"><b><c>abc</c></b>

With XMLSerializer, the xmlDocument is convert to xml string properly.

Anyone got any ideas?

Thanks,
Sui-Sing

No comments: