I have essentially the same problem.

I have some XML returned from an AJAX call and need to modify the XML
slightly
before using it on the web page.

In reference to the original post, how do you use jQuery to modify the
original
XML document into the desired document:

Original XML:
<group name="jquery">
  <member id="001"></member>
</group>

Desired XML:
<group name="jquery">
  <member id="001" name="peter"></member>
</group>

Reply via email to