chaning xml attributes via jquery is easy, simple, simple:
$(this).attr('name', 'hello');
but how can I add another tag to the file? I tried using silent js.
Is there any way to do this?
Explanations: This code is part of the extension for firefox, so do not worry about saving to the user's file system. Still append does not work for XML documents, but I can change the xml attribute values
source share