J
JackASP
Hi. I've been trying to figure out a way to map an XML file to columns in an
Excel 2003 Spreadsheet. The issue I am having is that the xml file is
designed much like the following:
<item>
....
<description lang="EN"></description>
<description lang="FR"></description>
....
</item>
Now, I have two columns in the spreadsheet that are as follows: "Description
(English)" and "Description (French)". I would like these two columns
associated with the two "description" tags in the XML file. The problem is,
in the XML data tree in the right window, it shows only one "Description"
element. But, I need 2; one for the English, and one for the French. I have
though of using something like:
<item>
....
<description>
<English></English>
<French></French>
</description>
but, I would prefer it the other way. Any help would be much appreciated.
Thanks,
Jack
Excel 2003 Spreadsheet. The issue I am having is that the xml file is
designed much like the following:
<item>
....
<description lang="EN"></description>
<description lang="FR"></description>
....
</item>
Now, I have two columns in the spreadsheet that are as follows: "Description
(English)" and "Description (French)". I would like these two columns
associated with the two "description" tags in the XML file. The problem is,
in the XML data tree in the right window, it shows only one "Description"
element. But, I need 2; one for the English, and one for the French. I have
though of using something like:
<item>
....
<description>
<English></English>
<French></French>
</description>
but, I would prefer it the other way. Any help would be much appreciated.
Thanks,
Jack