Hello,
can you please help me. I need to get a hierarchical xml output with just one table and 3 columns.
Table looks like this
Code:
continent country state
Europe Germany Bavaria
Europe Germany Saxony
Europe Switzerland Basel
NorthAmerica USA Texas
NorthAmerica USA Florida
XML should look like this, so I can easily import data in a treeview
Code:
Europe
Germany
Bavaria
Saxony
Switzerland
Basel
Northamerica
USA
Texas
Florida
I tried xml auto, raw and explicit. But still no success. You have any idea?