<?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: XML Library does not open in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/XML-Library-does-not-open/m-p/167715#M12901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the &lt;A href="http://support.sas.com/documentation/cdl/en/whatsnew/62580/HTML/default/viewer.htm#engxmlwhatsnew902.htm"&gt;documentation&lt;/A&gt; the XML92 engine was preproduction in SAS 9.2 and became production in SAS 9.2 maintenance release 3. So the XML92 engine is compatible with SAS 9.2. Did you try accessing a table in the library PROPHET from the SAS command line instead of Enterprise Guide?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2015 21:44:52 GMT</pubDate>
    <dc:creator>BillM_SAS</dc:creator>
    <dc:date>2015-03-04T21:44:52Z</dc:date>
    <item>
      <title>XML Library does not open</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/XML-Library-does-not-open/m-p/167711#M12897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following statements:&lt;/P&gt;&lt;P&gt;filename&amp;nbsp; PROPHET "/appdata/sas/fb_daten/vrm/lp/lf/inte/E1_032015_DLV.xml";&lt;/P&gt;&lt;P&gt;filename&amp;nbsp; MAPFILE "/appdata/sas/fb_daten/vrm/lp/lf/Prophet.map";&lt;/P&gt;&lt;P&gt;libname PROPHET &lt;STRONG&gt;xml92&lt;/STRONG&gt; xmlmap=MAPFILE access=readonly;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The process is working fine but I cannot open any table in the library PROPHET. Enterprise Guide is loading but never finishes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use xml instead of xml92 it works fine, but I would like to use xml92 because SAS processes the XML faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the requirements for xml92 and my XMLMap is created with version 1.2 which should be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea what is going on here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 12:13:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/XML-Library-does-not-open/m-p/167711#M12897</guid>
      <dc:creator>andreas_schmitz</dc:creator>
      <dc:date>2015-02-13T12:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: XML Library does not open</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/XML-Library-does-not-open/m-p/167712#M12898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest to copy all the tables from the PROPHET library to the WORK libray. This will give you random access and the XML data does not have to be read everytime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 14:33:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/XML-Library-does-not-open/m-p/167712#M12898</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2015-02-13T14:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: XML Library does not open</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/XML-Library-does-not-open/m-p/167713#M12899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only copy the relevant tables to WORK because the copy process is pretty slow since the XML is too large. Therefore, sometimes I have to go back to the initial PROPHET library. But this doesn't work with xml92 somehow... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 14:56:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/XML-Library-does-not-open/m-p/167713#M12899</guid>
      <dc:creator>andreas_schmitz</dc:creator>
      <dc:date>2015-02-13T14:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: XML Library does not open</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/XML-Library-does-not-open/m-p/167714#M12900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, sorry guys. Didn't know that xml92 is not compatible with SAS 9.2, which is still in use, here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 12:57:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/XML-Library-does-not-open/m-p/167714#M12900</guid>
      <dc:creator>andreas_schmitz</dc:creator>
      <dc:date>2015-02-19T12:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: XML Library does not open</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/XML-Library-does-not-open/m-p/167715#M12901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the &lt;A href="http://support.sas.com/documentation/cdl/en/whatsnew/62580/HTML/default/viewer.htm#engxmlwhatsnew902.htm"&gt;documentation&lt;/A&gt; the XML92 engine was preproduction in SAS 9.2 and became production in SAS 9.2 maintenance release 3. So the XML92 engine is compatible with SAS 9.2. Did you try accessing a table in the library PROPHET from the SAS command line instead of Enterprise Guide?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 21:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/XML-Library-does-not-open/m-p/167715#M12901</guid>
      <dc:creator>BillM_SAS</dc:creator>
      <dc:date>2015-03-04T21:44:52Z</dc:date>
    </item>
  </channel>
</rss>

