Simple xml please.

  • Thread starter Thread starter Edwin Knoppert
  • Start date Start date
E

Edwin Knoppert

I'm really trying to get this:

<xml version......?>

<hello>
<param1>111111</param1>
<param2>222222</param2>
<doelse>
<value>burp</value>
</doelse>
</hello>

it SEEMS very hard to NOT get an additional element around <hello>
I tried DataTable "hello" and save that but it still add's a main element,
similar as using a dataset as parent for the datatable

???
 

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