<?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: download HTML plus images in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/download-HTML-plus-images/m-p/459496#M116722</link>
    <description>&lt;P&gt;2 things you can try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1- Using&amp;nbsp;&amp;nbsp;&lt;CODE class=" language-sas"&gt;&lt;FONT face="courier new,courier"&gt;ods html path='/Somewhere' gpath='/Somewhere' (url='.')&lt;/FONT&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (check the exact syntax if this gives an error)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2- Using the actximg driver.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2018 21:33:20 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-05-02T21:33:20Z</dc:date>
    <item>
      <title>download HTML plus images</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-HTML-plus-images/m-p/459269#M116632</link>
      <description>&lt;P&gt;This code works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;
ods html path='/Somewhere' style=sasweb file='Test.html';

ods html text='&amp;lt;div align="center"&amp;gt;
	Hello World.
&amp;lt;/div&amp;gt;';

/*Lots of SAS code*/

ods html close;
ods listing;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It creates Test.html plus the images on our server. Unfortunately our server is locked down (miss-configured?) so I cannot copy the html file plus pictures via SAS EG. I can use the Export option but that only exports the html to the local machine. Any idea of how to get the images via SAS EG?&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 12:10:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-HTML-plus-images/m-p/459269#M116632</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2018-05-02T12:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: download HTML plus images</title>
      <link>https://communities.sas.com/t5/SAS-Programming/download-HTML-plus-images/m-p/459496#M116722</link>
      <description>&lt;P&gt;2 things you can try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;1- Using&amp;nbsp;&amp;nbsp;&lt;CODE class=" language-sas"&gt;&lt;FONT face="courier new,courier"&gt;ods html path='/Somewhere' gpath='/Somewhere' (url='.')&lt;/FONT&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; (check the exact syntax if this gives an error)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2- Using the actximg driver.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 21:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/download-HTML-plus-images/m-p/459496#M116722</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-05-02T21:33:20Z</dc:date>
    </item>
  </channel>
</rss>

