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
???
<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
???