<?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 load XML with XMLMAP? List AML in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-load-XML-with-XMLMAP-List-AML/m-p/572252#M161482</link>
    <description>&lt;P&gt;Details, details, details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What did the log show when you ran the code? The best way to answer this question is to copy the entire log of the code that you show including the code and any messages from SAS. Copy directly from the log and paste into a code box opened using the forum's {I} or "running man" icon to preserve formatting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know which version of XMLMAP syntax is used in that SDN.MAP file? There are version restrictions on the engine used and the map file.&lt;/P&gt;
&lt;P&gt;From the documentation:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;TABLE class="xis-summary"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="xis-restriction" rowspan="2"&gt;Restrictions&lt;/TD&gt;
&lt;TD class="xis-summaryText"&gt;The XMLV2 engine nickname supports XMLMap syntax versions 1.2, 1.9, and 2.1. The XMLV2 engine nickname does not support XMLMap versions 1.0 or 1.1.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="xis-summaryText"&gt;The XML engine nickname supports XMLMap syntax versions 1.0, 1.1, and 1.2. The XML engine nickname does not support XMLMap syntax versions 1.9 or 2.1.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So you may be using the incorrect engine and want XML instead of XMLV2.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 22:16:17 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-07-09T22:16:17Z</dc:date>
    <item>
      <title>How to load XML with XMLMAP? List AML</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-load-XML-with-XMLMAP-List-AML/m-p/572164#M161457</link>
      <description>&lt;P&gt;Using the following code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filename&amp;nbsp; sdn 'C:\Users\student05\Documents\sdn.xml';&lt;/P&gt;&lt;P&gt;filename&amp;nbsp; SXLEMAP 'C:\Users\student05\Documents\sdn.map';&lt;/P&gt;&lt;P&gt;libname&amp;nbsp;&amp;nbsp; sdn xmlv2 xmlmap=SXLEMAP;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc datasets lib=sdn;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SAS does not read XML variables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 17:37:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-load-XML-with-XMLMAP-List-AML/m-p/572164#M161457</guid>
      <dc:creator>luisrafa3012198</dc:creator>
      <dc:date>2019-07-09T17:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to load XML with XMLMAP? List AML</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-load-XML-with-XMLMAP-List-AML/m-p/572252#M161482</link>
      <description>&lt;P&gt;Details, details, details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What did the log show when you ran the code? The best way to answer this question is to copy the entire log of the code that you show including the code and any messages from SAS. Copy directly from the log and paste into a code box opened using the forum's {I} or "running man" icon to preserve formatting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know which version of XMLMAP syntax is used in that SDN.MAP file? There are version restrictions on the engine used and the map file.&lt;/P&gt;
&lt;P&gt;From the documentation:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;TABLE class="xis-summary"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="xis-restriction" rowspan="2"&gt;Restrictions&lt;/TD&gt;
&lt;TD class="xis-summaryText"&gt;The XMLV2 engine nickname supports XMLMap syntax versions 1.2, 1.9, and 2.1. The XMLV2 engine nickname does not support XMLMap versions 1.0 or 1.1.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="xis-summaryText"&gt;The XML engine nickname supports XMLMap syntax versions 1.0, 1.1, and 1.2. The XML engine nickname does not support XMLMap syntax versions 1.9 or 2.1.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So you may be using the incorrect engine and want XML instead of XMLV2.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 22:16:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-load-XML-with-XMLMAP-List-AML/m-p/572252#M161482</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-07-09T22:16:17Z</dc:date>
    </item>
  </channel>
</rss>

