<?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: Reading XML from SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Reading-XML-from-SAS/m-p/366533#M87215</link>
    <description>&lt;P&gt;Have you tried the &lt;A href="http://support.sas.com/documentation/cdl/en/engxml/64990/HTML/default/viewer.htm" target="_blank"&gt;SAS XML mapper (click here)&lt;/A&gt;?&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2017 13:06:45 GMT</pubDate>
    <dc:creator>AndrewHowell</dc:creator>
    <dc:date>2017-06-13T13:06:45Z</dc:date>
    <item>
      <title>Reading XML from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-XML-from-SAS/m-p/366528#M87213</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to read an XML from SAS. I am using this;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname xmltrans XML 'C:\temp\xmlprueba\prueba.xml';


data sasdesdexml;
set xmltrans.prueba;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This works when my XML is very simple, but it dosen't work in complex XML&lt;/P&gt;
&lt;P&gt;Is there any other option to read XML from SAS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 13:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-XML-from-SAS/m-p/366528#M87213</guid>
      <dc:creator>juanvg1972</dc:creator>
      <dc:date>2017-06-13T13:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XML from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-XML-from-SAS/m-p/366531#M87214</link>
      <description>&lt;P&gt;Well, the obvious answer here is the XMLMapper tool from SAS:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/downloads/package.htm?pid=713" target="_blank"&gt;https://support.sas.com/downloads/package.htm?pid=713&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This can do more complex importing. &amp;nbsp;If you need further, stylesheets/DSD etc. then consider an XL specific program.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 13:06:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-XML-from-SAS/m-p/366531#M87214</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-06-13T13:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XML from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-XML-from-SAS/m-p/366533#M87215</link>
      <description>&lt;P&gt;Have you tried the &lt;A href="http://support.sas.com/documentation/cdl/en/engxml/64990/HTML/default/viewer.htm" target="_blank"&gt;SAS XML mapper (click here)&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 13:06:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-XML-from-SAS/m-p/366533#M87215</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2017-06-13T13:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reading XML from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Reading-XML-from-SAS/m-p/366568#M87220</link>
      <description>&lt;P&gt;Try xmlv2 engine .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename tmp temp;
libname xx xmlv2 '/folders/myfolders/class.xml' xmlmap=tmp automap=replace;
proc copy in=xx out=work noclone;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Jun 2017 13:58:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Reading-XML-from-SAS/m-p/366568#M87220</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-06-13T13:58:20Z</dc:date>
    </item>
  </channel>
</rss>

