V
Vmusic
Hi,
I did some research on the net on how to create an xml file from a
spreadsheet. I think I followed the steps
1) Create an xsd (schema) file that defines or is the design for the
relationships and format of the output data
2) Import the xsd (schema) into your excel file - it should appear in
the XML source area (little window on the right)
3) 'Map' the elements in the schema to the columns in your spreadsheet
- THEN - 'in theory' you should be able to export your spreadsheet as
an xml file.....
HOWEVER .... all I get is an xml file with the column headings..... NO
DATA from the spreadsheet rows.
Any thoughts or ideas? I have 'pasted in' the output xml file below.
My spreadsheet has 7 columns as you can see from the output xml. It's
NOT some overly complicated schema.
Thanks
Alex
- - - - - - - - - - - - - - - - - - - - - - -
- - - - - - -
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AccountEntry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SiteName>Site</SiteName>
<SiteDescription-Use>Site Description /Use</SiteDescription-Use>
<LoginID>Login</LoginID>
<Pwd>Pwd</Pwd>
<AccountInfo>Account</AccountInfo>
<WebsiteURL>website</WebsiteURL>
<DateLastModified>DateModified</DateLastModified>
</AccountEntry>
I did some research on the net on how to create an xml file from a
spreadsheet. I think I followed the steps
1) Create an xsd (schema) file that defines or is the design for the
relationships and format of the output data
2) Import the xsd (schema) into your excel file - it should appear in
the XML source area (little window on the right)
3) 'Map' the elements in the schema to the columns in your spreadsheet
- THEN - 'in theory' you should be able to export your spreadsheet as
an xml file.....
HOWEVER .... all I get is an xml file with the column headings..... NO
DATA from the spreadsheet rows.
Any thoughts or ideas? I have 'pasted in' the output xml file below.
My spreadsheet has 7 columns as you can see from the output xml. It's
NOT some overly complicated schema.
Thanks
Alex
- - - - - - - - - - - - - - - - - - - - - - -
- - - - - - -
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AccountEntry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SiteName>Site</SiteName>
<SiteDescription-Use>Site Description /Use</SiteDescription-Use>
<LoginID>Login</LoginID>
<Pwd>Pwd</Pwd>
<AccountInfo>Account</AccountInfo>
<WebsiteURL>website</WebsiteURL>
<DateLastModified>DateModified</DateLastModified>
</AccountEntry>