Quick example, my XML file:

<Customer>
    <Name>Jane</Name>
    <City>New York</City>
</Customer>

I want to add a new tag called Age:

<Customer>
    <Name>Jane</Name>
    <Age>29</Age>
    <City>New York</City>
</Customer>

How do I do this? I tried using right click, "Insert" but it doesn't work. Any help?

link|improve this question

71% accept rate
Could you add a screenshot so I can get a better feel for where you are? – KCotreau Jul 6 '11 at 13:21
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.