<?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: Having problems with inline formatting footnote with italic font in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200162#M13371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for help and subsequent clarification. Appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2015 15:43:17 GMT</pubDate>
    <dc:creator>saul_kanowitz_cdph_ca_gov</dc:creator>
    <dc:date>2015-06-09T15:43:17Z</dc:date>
    <item>
      <title>Having problems with inline formatting footnote with italic font</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200158#M13367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the code I am using for my inline italicizing for a footnote in preparation for a proc print using ods to an xml file for use in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;footnote j=left height=8pt "Note: Denominators for computing rates are from the California Department of Finance, \{style [font_style=slant color=red] E-2 California County Population Estimates and Components of Change.}";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The color=red works, which I don't care about. I was just trying to make sure I had syntax correct. I have tried font-weight=italic, font_style=italic, just italic and I can't seem to get the later half of this footnote to italicize. It prints red, but not italic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 20:46:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200158#M13367</guid>
      <dc:creator>saul_kanowitz_cdph_ca_gov</dc:creator>
      <dc:date>2015-06-04T20:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Having problems with inline formatting footnote with italic font</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200159#M13368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods escapechar='\';&lt;/P&gt;&lt;P&gt;title 'Example for footnote';&lt;/P&gt;&lt;P&gt;footnote j=left height=8pt "Note: Denominators for computing rates are from the California Department of Finance, \{style [fontstyle=italic color=red] E-2 California County Population Estimates and Components of Change.}";&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class(obs=5);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/61723/HTML/default/viewer.htm#a002972093.htm"&gt;FONTSTYLE=&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 12:27:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200159#M13368</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2015-06-05T12:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Having problems with inline formatting footnote with italic font</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200160#M13369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Going back to the original post, OP says "&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;using ods to an xml file for use in excel". I interpret this to mean the ODS TAGSETS.EXCELXP destination.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have since learned that FONTSTYLE=ITALIC doesn't work with Excelxp. Excelxp's support for inline formatting is limited to foreground color, font, font weight, and text decoration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if my previous post caused any confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 12:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200160#M13369</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2015-06-09T12:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Having problems with inline formatting footnote with italic font</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200161#M13370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you switch to the HTML engine.&amp;nbsp; The reason is that you are actually writing out XML text data, which Excel then interprets and I don't believe it will parse tags within the actual data, so you wouldn't be able to change part of a cell's font.&amp;nbsp; You could change the whole cell with tagattr={"italic=1"} or something along those lines (I can never remember off the top of my head).&amp;nbsp; Although, why not switch output destinations to a reporting format, PDF or RTF for instance rather than Excel output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:18:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200161#M13370</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-06-09T13:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Having problems with inline formatting footnote with italic font</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200162#M13371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for help and subsequent clarification. Appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 15:43:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200162#M13371</guid>
      <dc:creator>saul_kanowitz_cdph_ca_gov</dc:creator>
      <dc:date>2015-06-09T15:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Having problems with inline formatting footnote with italic font</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200163#M13372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I check out the HTML engine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 15:43:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Having-problems-with-inline-formatting-footnote-with-italic-font/m-p/200163#M13372</guid>
      <dc:creator>saul_kanowitz_cdph_ca_gov</dc:creator>
      <dc:date>2015-06-09T15:43:44Z</dc:date>
    </item>
  </channel>
</rss>

