J
Jaishree Knauff
Hi:
I have a spreadsheet that I'm trying to convert into XML data. I've
associated a map to it and mapped the xml attributes to cells on the
spreadsheet.
But it only converts one row into xml data. I want to convert the entire
spreadsheet into repeating elments of XML.
e.g. Manufacturer definition is
<Manufacturer>
<Name>ACEEE</Name>
<URL>http://www.aceee.com</URL>
<EMail>[email protected]</EMail>
<Description />
<DisplayOrder>1</DisplayOrder>
<ColWidth>4</ColWidth>
<SEKeywords>ACEEE Products, ACEEE Parts</SEKeywords>
<SEDescription>Find ACEEE Products and ACEEE Parts at Conservation
Mart</SEDescription>
<SETitle>ACEEE Products at Conservation Mart</SETitle>
</Manufacturer>
I want to convert the entire spreadsheet into repeating Manufacturer
elments. How do I do this.
I have a spreadsheet that I'm trying to convert into XML data. I've
associated a map to it and mapped the xml attributes to cells on the
spreadsheet.
But it only converts one row into xml data. I want to convert the entire
spreadsheet into repeating elments of XML.
e.g. Manufacturer definition is
<Manufacturer>
<Name>ACEEE</Name>
<URL>http://www.aceee.com</URL>
<EMail>[email protected]</EMail>
<Description />
<DisplayOrder>1</DisplayOrder>
<ColWidth>4</ColWidth>
<SEKeywords>ACEEE Products, ACEEE Parts</SEKeywords>
<SEDescription>Find ACEEE Products and ACEEE Parts at Conservation
Mart</SEDescription>
<SETitle>ACEEE Products at Conservation Mart</SETitle>
</Manufacturer>
I want to convert the entire spreadsheet into repeating Manufacturer
elments. How do I do this.