<?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 having problem in importing HTML report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/having-problem-in-importing-HTML-report/m-p/66115#M7675</link>
    <description>Hi to all,&lt;BR /&gt;
I have a html report which is in megabytes that makes impossible to view using IE.&lt;BR /&gt;
So,i want to create a sas dataset from that html report .I tried using XML engine to import the html report but somehow it doesn't like it.The following is the code i used.I know i am missing something,but i am not able to find what it is.&lt;BR /&gt;
Also,my question Is it possible to create a sas dataset from html file.?. If possible please explain how?.&lt;BR /&gt;
Thanks a lot.&lt;BR /&gt;
Please help!!!!!!!!!!.&lt;BR /&gt;
Thanks. &lt;BR /&gt;
&lt;BR /&gt;
libname xml xml "/pii/saspii/pii/Daily/daily_bigrun100.Html";&lt;BR /&gt;
libname one "/pii/saspii/pii_testfiles/testbig";&lt;BR /&gt;
&lt;BR /&gt;
data xml.PIIT;&lt;BR /&gt;
 set sashelp.class;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data _class_;&lt;BR /&gt;
set PIIT;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc print ;&lt;BR /&gt;
run;

Message was edited by: kgunase</description>
    <pubDate>Tue, 09 Mar 2010 16:53:01 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-03-09T16:53:01Z</dc:date>
    <item>
      <title>having problem in importing HTML report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/having-problem-in-importing-HTML-report/m-p/66115#M7675</link>
      <description>Hi to all,&lt;BR /&gt;
I have a html report which is in megabytes that makes impossible to view using IE.&lt;BR /&gt;
So,i want to create a sas dataset from that html report .I tried using XML engine to import the html report but somehow it doesn't like it.The following is the code i used.I know i am missing something,but i am not able to find what it is.&lt;BR /&gt;
Also,my question Is it possible to create a sas dataset from html file.?. If possible please explain how?.&lt;BR /&gt;
Thanks a lot.&lt;BR /&gt;
Please help!!!!!!!!!!.&lt;BR /&gt;
Thanks. &lt;BR /&gt;
&lt;BR /&gt;
libname xml xml "/pii/saspii/pii/Daily/daily_bigrun100.Html";&lt;BR /&gt;
libname one "/pii/saspii/pii_testfiles/testbig";&lt;BR /&gt;
&lt;BR /&gt;
data xml.PIIT;&lt;BR /&gt;
 set sashelp.class;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data _class_;&lt;BR /&gt;
set PIIT;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc print ;&lt;BR /&gt;
run;

Message was edited by: kgunase</description>
      <pubDate>Tue, 09 Mar 2010 16:53:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/having-problem-in-importing-HTML-report/m-p/66115#M7675</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-09T16:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: having problem in importing HTML report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/having-problem-in-importing-HTML-report/m-p/66116#M7676</link>
      <description>Hi:&lt;BR /&gt;
  HTML is not XML -- yes, they are both "related" to SGML -- but they are more like distant cousins, than brothers. They are not interchangeable file types. A browser will open and render an XML file, only if the XML file contains an XML processing instruction for a CSS file or an XSL file.&lt;BR /&gt;
 &lt;BR /&gt;
  The XML Libname engine is meant to be used on non-hierarchical XML data files. It would not be the appropriate technique to use to read an HTML table into a SAS dataset.&lt;BR /&gt;
 &lt;BR /&gt;
  You can use the URL access method on the FILENAME statement to read an HTML file from a web site:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/62618/HTML/default/a000223242.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/62618/HTML/default/a000223242.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a001282569.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/61722/HTML/default/a001282569.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
  Depending on what is in your HTML file, however, (if there are a lot of IMG tags or embedded JavaScript), you might need to work with Tech Support because the URL access method is meant to open an HTML file from a web site, using either the HTTP or HTTPS protocol.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 09 Mar 2010 21:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/having-problem-in-importing-HTML-report/m-p/66116#M7676</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-03-09T21:40:52Z</dc:date>
    </item>
  </channel>
</rss>

