Hi,
I get an error regarding "list of lists" when trying to export an XML file.
I read up on it and I found,
"One list of items contains a second list of items."
Am I to understand that if I have the following xml table:
<tagroot>
<tag1>
<tag2>stuff</tag2>
<tag2>stuff2</tag2>
<tag2>1stuff3</tag2>
</tag1>
<tag1>
<tag2>stuff</tag2>
<tag2>stuff2</tag2>
</tag1>
</tagroot>
... that excel can't handle it? Because I have 1 unbounded (repeatable) list of the tag1, and within tag1, I have another repeatable list (tag2)?
Insight is appreciated.
thanks.
I get an error regarding "list of lists" when trying to export an XML file.
I read up on it and I found,
"One list of items contains a second list of items."
Am I to understand that if I have the following xml table:
<tagroot>
<tag1>
<tag2>stuff</tag2>
<tag2>stuff2</tag2>
<tag2>1stuff3</tag2>
</tag1>
<tag1>
<tag2>stuff</tag2>
<tag2>stuff2</tag2>
</tag1>
</tagroot>
... that excel can't handle it? Because I have 1 unbounded (repeatable) list of the tag1, and within tag1, I have another repeatable list (tag2)?
Insight is appreciated.
thanks.