<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to import XML file produced by ods tagsets.excelxp ? in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-import-XML-file-produced-by-ods-tagsets-excelxp/m-p/114749#M1259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; ODS TAGSETS.EXCELXP creates output in Microsoft Office 2003 Spreadsheet Markup Language XML. I believe there's been a paper about doing a "round trip" from SAS to Excel and then using an XML map to get the XML back into SAS format. I've never tried this myself, but I believe the papers point you to a macro that you can download to do the round trip.They are older papers, so you might want to work with Tech Support or the paper author to see whether there have been updates since the paper was originally written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi30/136-30.pdf" title="http://www2.sas.com/proceedings/sugi30/136-30.pdf"&gt;http://www2.sas.com/proceedings/sugi30/136-30.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/papers/sugi29/ExcelXML.pdf" title="http://support.sas.com/rnd/papers/sugi29/ExcelXML.pdf"&gt;http://support.sas.com/rnd/papers/sugi29/ExcelXML.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2013 05:13:22 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2013-02-20T05:13:22Z</dc:date>
    <item>
      <title>How to import XML file produced by ods tagsets.excelxp ?</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-import-XML-file-produced-by-ods-tagsets-excelxp/m-p/114748#M1258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;To import XML file which looks like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;?xml version="1.0" ?&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;VEHICLES&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;nbsp; &amp;lt;FORD&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;ROW&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Model&amp;gt;Mustang&amp;lt;/Model&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Year&amp;gt;1965&amp;lt;/Year&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;nbsp; &amp;lt;/ROW&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;..........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;..........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;/VEHICLES&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;the following XLMMAP may be used:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;?xml version="1.0" ?&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;SXLEMAP version="1.2"&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;TABLE name="FORD"&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;TABLE-PATH syntax="xpath"&amp;gt; /VEHICLES/FORD/ROW &amp;lt;/TABLE-PATH&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;COLUMN name="Model"&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;DATATYPE&amp;gt; string &amp;lt;/DATATYPE&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;LENGTH&amp;gt; 20 &amp;lt;/LENGTH&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;TYPE&amp;gt; character &amp;lt;/TYPE&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;PATH syntax="xpath"&amp;gt; /VEHICLES/FORD/ROW/Model &amp;lt;/PATH&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;/COLUMN&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;COLUMN name="Year"&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;DATATYPE&amp;gt; string &amp;lt;/DATATYPE&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;LENGTH&amp;gt; 4 &amp;lt;/LENGTH&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;TYPE&amp;gt; character &amp;lt;/TYPE&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;PATH syntax="xpath"&amp;gt; /VEHICLES/FORD/ROW/Year &amp;lt;/PATH&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;/COLUMN&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;/TABLE&amp;gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 10pt; font-family: courier new,courier;"&gt;&amp;lt;/SXLEMAP&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;But how can we import XML files produced by&amp;nbsp; &lt;STRONG style="font-size: 12pt;"&gt;ODS tagsets.excelxp&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;which has "&amp;lt;cell" tags &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;?xml version="1.0"?&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;?mso-application progid="Excel.Sheet"?&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;xmlns:o="urn:schemas-microsoft-com:office:office" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;xmlns:x="urn:schemas-microsoft-com:office:excel" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;xmlns:html="&lt;A href="http://www.w3.org/TR/REC-html40"&gt;http://www.w3.org/TR/REC-html40&lt;/A&gt;"&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Styles&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Style ss:ID="s21"&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Font ss:Bold="1"/&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;/Style&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;/Styles&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Worksheet ss:Name="Sheet1"&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Table&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Row&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: arial,helvetica,sans-serif;"&gt;&amp;lt;Cell ss:StyleID="s21"&amp;gt;&amp;lt;Data ss:Type="String"&amp;gt;Name&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="font-family: arial,helvetica,sans-serif;"&gt;&amp;lt;Cell ss:StyleID="s21"&amp;gt;&amp;lt;Data ss:Type="String"&amp;gt;Age&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;/Row&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Row&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Cell&amp;gt;&amp;lt;Data ss:Type="String"&amp;gt;Jack&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Cell&amp;gt;&amp;lt;Data ss:Type="Number"&amp;gt;9&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;/Row&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Row&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Cell&amp;gt;&amp;lt;Data ss:Type="String"&amp;gt;Jill&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;Cell&amp;gt;&amp;lt;Data ss:Type="Number"&amp;gt;7&amp;lt;/Data&amp;gt;&amp;lt;/Cell&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;/Row&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;/Table&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;/Worksheet&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;lt;/Workbook&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gregory Kotler,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Boston&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 21:15:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-import-XML-file-produced-by-ods-tagsets-excelxp/m-p/114748#M1258</guid>
      <dc:creator>gkotler</dc:creator>
      <dc:date>2013-02-19T21:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to import XML file produced by ods tagsets.excelxp ?</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-import-XML-file-produced-by-ods-tagsets-excelxp/m-p/114749#M1259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; ODS TAGSETS.EXCELXP creates output in Microsoft Office 2003 Spreadsheet Markup Language XML. I believe there's been a paper about doing a "round trip" from SAS to Excel and then using an XML map to get the XML back into SAS format. I've never tried this myself, but I believe the papers point you to a macro that you can download to do the round trip.They are older papers, so you might want to work with Tech Support or the paper author to see whether there have been updates since the paper was originally written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi30/136-30.pdf" title="http://www2.sas.com/proceedings/sugi30/136-30.pdf"&gt;http://www2.sas.com/proceedings/sugi30/136-30.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/papers/sugi29/ExcelXML.pdf" title="http://support.sas.com/rnd/papers/sugi29/ExcelXML.pdf"&gt;http://support.sas.com/rnd/papers/sugi29/ExcelXML.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 05:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/How-to-import-XML-file-produced-by-ods-tagsets-excelxp/m-p/114749#M1259</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-02-20T05:13:22Z</dc:date>
    </item>
  </channel>
</rss>

