<?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: הפקת דוחות HTML מימין לשמאל in SAS Users Group in Israel</title>
    <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%93%D7%95%D7%97%D7%95%D7%AA-HTML-%D7%9E%D7%99%D7%9E%D7%99%D7%9F-%D7%9C%D7%A9%D7%9E%D7%90%D7%9C/m-p/650141#M27</link>
    <description>&lt;P&gt;ממליץ גם להכניס את המקטע הבא לתוך ה proc template&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;style Document from Container
contenttype = "text/html; charset=windows-1255"
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 24 May 2020 07:48:44 GMT</pubDate>
    <dc:creator>Assaf_Attas</dc:creator>
    <dc:date>2020-05-24T07:48:44Z</dc:date>
    <item>
      <title>הפקת דוחות HTML מימין לשמאל</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%93%D7%95%D7%97%D7%95%D7%AA-HTML-%D7%9E%D7%99%D7%9E%D7%99%D7%9F-%D7%9C%D7%A9%D7%9E%D7%90%D7%9C/m-p/646121#M14</link>
      <description>&lt;P class="lia-align-right" dir="rtl"&gt;שלום לכולם,&lt;/P&gt;
&lt;P class="lia-align-right" dir="rtl"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-right" dir="rtl"&gt;יש מספר אפשרויות להפקת דוחות HTML ב SAS מימין לשמאל.&lt;/P&gt;
&lt;P class="lia-align-right" dir="rtl"&gt;להלן מוצגת אחת מהן. אתם מוזמנים להגיב ולהציע אפשרויות נוספות.&lt;/P&gt;
&lt;P class="lia-align-right" dir="rtl"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc template;
   define style Styles.Hebrew;
      parent = styles.default;
      style Body from Document /
         tagattr = 'dir="RTL"';
   end;
run;

ods html file='c:\temp\test.html' style=hebrew;

proc print data=sashelp.class; run;

ods html close;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 08:55:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%93%D7%95%D7%97%D7%95%D7%AA-HTML-%D7%9E%D7%99%D7%9E%D7%99%D7%9F-%D7%9C%D7%A9%D7%9E%D7%90%D7%9C/m-p/646121#M14</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2020-05-08T08:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: הפקת דוחות HTML מימין לשמאל</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%93%D7%95%D7%97%D7%95%D7%AA-HTML-%D7%9E%D7%99%D7%9E%D7%99%D7%9F-%D7%9C%D7%A9%D7%9E%D7%90%D7%9C/m-p/650141#M27</link>
      <description>&lt;P&gt;ממליץ גם להכניס את המקטע הבא לתוך ה proc template&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;style Document from Container
contenttype = "text/html; charset=windows-1255"
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 24 May 2020 07:48:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%93%D7%95%D7%97%D7%95%D7%AA-HTML-%D7%9E%D7%99%D7%9E%D7%99%D7%9F-%D7%9C%D7%A9%D7%9E%D7%90%D7%9C/m-p/650141#M27</guid>
      <dc:creator>Assaf_Attas</dc:creator>
      <dc:date>2020-05-24T07:48:44Z</dc:date>
    </item>
  </channel>
</rss>

