<?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: Excelxp tagset  some limits -superscripts and ^n -  / a version questio in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excelxp-tagset-some-limits-superscripts-and-n-a-version-question/m-p/51840#M6556</link>
    <description>Hello Andre,  &lt;BR /&gt;
&lt;BR /&gt;
The newer versions of the Excel tagset do support superscript.  version 1.86 is available on&lt;BR /&gt;
the web at &lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Also, I have an even newer version that I can send you directly if you send me an email directly at Eric.Gebhart@sas.com&lt;BR /&gt;
&lt;BR /&gt;
It is a more recent version that has just not made it onto the web page yet.&lt;BR /&gt;
&lt;BR /&gt;
Eric</description>
    <pubDate>Mon, 13 Jul 2009 20:54:09 GMT</pubDate>
    <dc:creator>Eric_SAS</dc:creator>
    <dc:date>2009-07-13T20:54:09Z</dc:date>
    <item>
      <title>Excelxp tagset  some limits -superscripts and ^n -  / a version question?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excelxp-tagset-some-limits-superscripts-and-n-a-version-question/m-p/51839#M6555</link>
      <description>In an annual production process of both pdf and excel files, i encounter some problems when in my code i use some ods sas  facilities like&lt;BR /&gt;
[pre]&lt;BR /&gt;
1 ='Mineur^{super(6)}'    &lt;BR /&gt;
5='Carte^n "Vie privée ^n&amp;amp; familiale"'  &lt;BR /&gt;
12='Régulari ^n sation'    or  in another format&lt;BR /&gt;
327,331,323,322,397,324,399,328,330,326,333,335,344,341,337,336,345=' Pays anciennement^n sous administration^n française^{super(4)}'&lt;BR /&gt;
 [/pre]&lt;BR /&gt;
for a sentence/word cut in various header cells in a few proc tabulates.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
In ods pdf is the result perfect.&lt;BR /&gt;
[pre]  [/pre]&lt;BR /&gt;
With the tagsets 1.86, this kind of code produces xml files "Not well formed"  &lt;BR /&gt;
with errors like &lt;BR /&gt;
^n is becoming &#xD; ; &lt;BR /&gt;
^{super(4) is becoming a tag B xmlns="http://www.w3.org/TR/REC-html40" followed by a inserted tag  (where i have suppress the S to make it readable as we are in html) &lt;UP&gt;(4)&lt;/UP&gt;  but the constructed lines are false formed&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;ROW autofitheight="1" height="15"&gt;&lt;BR /&gt;
&lt;/ROW&gt;&lt;BR /&gt;
&lt;CELL styleid="rowheader__l" ex="3"&gt;&lt;DATA type="String"&gt;Pays anciennement&#xD;&lt;BR /&gt;
 sous administration&#xD; française &lt;B xmlns="http://www.w3.org/TR/REC-html40"&gt;&lt;SUP&gt;(4)&lt;/SUP&gt;&lt;/B&gt;&lt;/DATA&gt;&lt;/CELL&gt;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
in place of a well formed line  like this one of another section &lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;ROW autofitheight="1" height="15"&gt;&lt;BR /&gt;
&lt;CELL styleid="rowheader__l" index="3"&gt;&lt;DATA type="String"&gt;Autres pays africains  here without subscript&lt;/DATA&gt;&lt;/CELL&gt;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
The same is encounter with tagsets 1.70 but just before i received from E.G. a tagset&lt;BR /&gt;
(SAS 9.1.3, v1.38, 07/11/06)  which was accepting those difficulties and  ignoring them&lt;BR /&gt;
with a call with  those options&lt;BR /&gt;
options(embedded_titles='yes'  embedded_footnotes='yes' orientation='landscape').&lt;BR /&gt;
[pre]  [/pre]&lt;BR /&gt;
As i am sorry about the non acceptance of my peculiar code with the tagsets since 1.70, my GENERAL question is&lt;BR /&gt;
1) was this pass beyound with a recent option i am not aware of&lt;BR /&gt;
2) in which text of E.G. or from his team are those limits mentionned&lt;BR /&gt;
[pre]  [/pre]&lt;BR /&gt;
In practice, i  am using the old tagset and the fact that superscript are disapearing &lt;BR /&gt;
is acceptable&lt;BR /&gt;
[pre]  [/pre]&lt;BR /&gt;
Andre&lt;/ROW&gt;</description>
      <pubDate>Tue, 07 Jul 2009 15:21:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excelxp-tagset-some-limits-superscripts-and-n-a-version-question/m-p/51839#M6555</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2009-07-07T15:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Excelxp tagset  some limits -superscripts and ^n -  / a version questio</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excelxp-tagset-some-limits-superscripts-and-n-a-version-question/m-p/51840#M6556</link>
      <description>Hello Andre,  &lt;BR /&gt;
&lt;BR /&gt;
The newer versions of the Excel tagset do support superscript.  version 1.86 is available on&lt;BR /&gt;
the web at &lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Also, I have an even newer version that I can send you directly if you send me an email directly at Eric.Gebhart@sas.com&lt;BR /&gt;
&lt;BR /&gt;
It is a more recent version that has just not made it onto the web page yet.&lt;BR /&gt;
&lt;BR /&gt;
Eric</description>
      <pubDate>Mon, 13 Jul 2009 20:54:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excelxp-tagset-some-limits-superscripts-and-n-a-version-question/m-p/51840#M6556</guid>
      <dc:creator>Eric_SAS</dc:creator>
      <dc:date>2009-07-13T20:54:09Z</dc:date>
    </item>
  </channel>
</rss>

