Here's the fiddle:
(I want to test if and how ajax requests for svg are handled differently from inline svg.)
The console says there's an error. But I've read through the xml and svg headers carefully and I don't see a typo. Is this an issue with jsfiddle itself or am I doing something wrong? Is this just another case of jquery not playing well with svg? Help very appreciated...
UPDATE: D'oh! I fixed the typo, and reduced the number of svg elements for simplicity but the xml response logged in the console is null
:
I've fiddled and fiddled with the various content and data settings. Is there some special way I need to set up the posted svg to deserialize correctly to xml? Is that not handled by jquery? (And yes, I've looked carefully at the jquery ajax docs.)