<?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 Include HTML file in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Include-HTML-file/m-p/54071#M3009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok the second data _null_ should work. The first one has some issues with the resolving of the macro variable. You will need to swap the single and double quotes otherwise the macro variable will not be resolved - put "&amp;lt;!--#include file='&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also after the &amp;amp;_metauser variable you will need two fullstops, one to mark the end of the macro and one for the filename extension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this working with static html outside of the Stored Process web application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not then perhaps Server Side Include has not been configured on your application server (JBoss? Tomcat?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RMP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Feb 2012 21:05:14 GMT</pubDate>
    <dc:creator>RMP</dc:creator>
    <dc:date>2012-02-15T21:05:14Z</dc:date>
    <item>
      <title>Include HTML file</title>
      <link>https://communities.sas.com/t5/Developers/Include-HTML-file/m-p/54070#M3008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a folder with 500 SHTML files. Each file is for one user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example my file is called VDREYM.SHTML&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My metauser = vdreym.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to include the metauser his SHTML file into a stored process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this won't work, also not when I have the direct link to my board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;file _webout;&lt;BR /&gt;put '&amp;lt;!--#include file="&lt;A href="http://imecwww.imec.be/~osp/fab300/user_monitor_boards/&amp;amp;_metauser.shtml"&gt;http://imecwww.imec.be/~osp/fab300/user_monitor_boards/&amp;amp;_metauser.shtml&lt;/A&gt;" --&amp;gt;'&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;file _webout;&lt;BR /&gt;put '&amp;lt;!--#include file="&lt;A href="http://imecwww.imec.be/~osp/fab300/user_monitor_boards/VDREYM.shtml"&gt;http://imecwww.imec.be/~osp/fab300/user_monitor_boards/VDREYM.shtml&lt;/A&gt;" --&amp;gt;'&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 09:07:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Include-HTML-file/m-p/54070#M3008</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2012-02-15T09:07:57Z</dc:date>
    </item>
    <item>
      <title>Include HTML file</title>
      <link>https://communities.sas.com/t5/Developers/Include-HTML-file/m-p/54071#M3009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok the second data _null_ should work. The first one has some issues with the resolving of the macro variable. You will need to swap the single and double quotes otherwise the macro variable will not be resolved - put "&amp;lt;!--#include file='&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also after the &amp;amp;_metauser variable you will need two fullstops, one to mark the end of the macro and one for the filename extension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this working with static html outside of the Stored Process web application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not then perhaps Server Side Include has not been configured on your application server (JBoss? Tomcat?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RMP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 21:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Include-HTML-file/m-p/54071#M3009</guid>
      <dc:creator>RMP</dc:creator>
      <dc:date>2012-02-15T21:05:14Z</dc:date>
    </item>
    <item>
      <title>Include HTML file</title>
      <link>https://communities.sas.com/t5/Developers/Include-HTML-file/m-p/54072#M3010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; How can I check this SSI is configured?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file _webout;&lt;/P&gt;&lt;P&gt;put '&amp;lt;!--#echo var="DATE_LOCAL" --&amp;gt;';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this does not return anything. The source code seems ok:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="widows: 2; text-transform: none; text-indent: 0px; display: inline !important; font: medium monospace; white-space: pre-wrap; orphans: 2; float: none; letter-spacing: normal; color: #236e25;"&gt;&amp;lt;!--#echo var="DATE_LOCAL" --&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="widows: 2; text-transform: none; text-indent: 0px; display: inline !important; font: medium monospace; white-space: pre-wrap; orphans: 2; float: none; letter-spacing: normal; color: #236e25;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="widows: 2; text-transform: none; text-indent: 0px; display: inline !important; font: medium monospace; white-space: pre-wrap; orphans: 2; float: none; letter-spacing: normal; color: #236e25;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 07:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Include-HTML-file/m-p/54072#M3010</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2012-02-16T07:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Include HTML file</title>
      <link>https://communities.sas.com/t5/Developers/Include-HTML-file/m-p/54073#M3011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry this is not my area, but If you do a google search for JBOSS and Server Side Include, then you will get enough information. You need to uncomment a setting in the conf.xml file.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just checked - &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://docs.jboss.org/jbossweb/2.1.x/ssi-howto.html"&gt;http://docs.jboss.org/jbossweb/2.1.x/ssi-howto.html&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Server Side Include is disabled&amp;nbsp; by default on JBoss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: RMP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 14:27:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Include-HTML-file/m-p/54073#M3011</guid>
      <dc:creator>RMP</dc:creator>
      <dc:date>2012-02-16T14:27:43Z</dc:date>
    </item>
  </channel>
</rss>

