Help editing an XML element?

  • Thread starter Thread starter nomad
  • Start date Start date
N

nomad

Hi,

I need to be able to edit an XML element so instead of it being
<aggregateResponse></aggregateResponse> it needs to be
<tns:aggregateResponse></tns:aggregateResponse>

Any help with this would be much appreciated.
 
Hi,

I need to be able to edit an XML element so instead of it being
<aggregateResponse></aggregateResponse> it needs to be
<tns:aggregateResponse></tns:aggregateResponse>

Any help with this would be much appreciated.

Do you need to edit a xml file on your harddrive or one that is stored
in memory in your application?
 
Do you need to edit a xml file on your harddrive or one that is stored
in memory in your application?

Hi,

I need to edit one which is stored in memory.

Appreciate your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top