<?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 problematic &amp;lt;A Name=&amp;quot;IDX&amp;quot;&amp;gt; tag in ODS output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/problematic-lt-A-Name-quot-IDX-quot-gt-tag-in-ODS-output/m-p/440890#M20543</link>
    <description>&lt;P&gt;&amp;nbsp;I am trying to use Proc Report to create an HTML table with as less ballast as possible, with the intention to use it&amp;nbsp;within another HTML page. By using the CHTML destination and the NO_TOP_MATTER and NO_BOTTOM_MATTER options I got close.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But there still are &amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt; tags around the table (not really a problem), and there is&amp;nbsp;&lt;SPAN&gt;&amp;lt;a &lt;/SPAN&gt;&lt;SPAN class="html-attribute-name"&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN class="html-attribute-value"&gt;IDX&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt; tag in front of that.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And this is causing problems. The page using this HTML gets confused because there is no &amp;lt;/A&amp;gt; tag. It assumes there must be such a tag after the table, and that makes the whole table act as a link (without a href attribute).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am not sure if&amp;nbsp;having an &amp;lt;A&amp;gt; tag without a closing &amp;lt;/A&amp;gt; is actually allowed in HTML. But I am sure that in HTML5 the name= attribute is not supported. Anchors should be created with an id= attribute on the object itself (in this case the table object.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is this somethings others have had problems with? Any work arounds?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you consider this a bug?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2018 14:05:59 GMT</pubDate>
    <dc:creator>FrankPoppe</dc:creator>
    <dc:date>2018-02-28T14:05:59Z</dc:date>
    <item>
      <title>problematic &lt;A Name="IDX"&gt; tag in ODS output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/problematic-lt-A-Name-quot-IDX-quot-gt-tag-in-ODS-output/m-p/440890#M20543</link>
      <description>&lt;P&gt;&amp;nbsp;I am trying to use Proc Report to create an HTML table with as less ballast as possible, with the intention to use it&amp;nbsp;within another HTML page. By using the CHTML destination and the NO_TOP_MATTER and NO_BOTTOM_MATTER options I got close.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But there still are &amp;lt;p&amp;gt; ... &amp;lt;/p&amp;gt; tags around the table (not really a problem), and there is&amp;nbsp;&lt;SPAN&gt;&amp;lt;a &lt;/SPAN&gt;&lt;SPAN class="html-attribute-name"&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN class="html-attribute-value"&gt;IDX&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;gt; tag in front of that.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And this is causing problems. The page using this HTML gets confused because there is no &amp;lt;/A&amp;gt; tag. It assumes there must be such a tag after the table, and that makes the whole table act as a link (without a href attribute).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am not sure if&amp;nbsp;having an &amp;lt;A&amp;gt; tag without a closing &amp;lt;/A&amp;gt; is actually allowed in HTML. But I am sure that in HTML5 the name= attribute is not supported. Anchors should be created with an id= attribute on the object itself (in this case the table object.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is this somethings others have had problems with? Any work arounds?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you consider this a bug?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 14:05:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/problematic-lt-A-Name-quot-IDX-quot-gt-tag-in-ODS-output/m-p/440890#M20543</guid>
      <dc:creator>FrankPoppe</dc:creator>
      <dc:date>2018-02-28T14:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: problematic &lt;A Name="IDX"&gt; tag in ODS output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/problematic-lt-A-Name-quot-IDX-quot-gt-tag-in-ODS-output/m-p/440899#M20545</link>
      <description>&lt;P&gt;Should just be a matter of finding the tagset that is being used to create the output, and modifying that to remove the string you don't want.&amp;nbsp; &amp;nbsp;Now in desktop SAS you could access tagsets via the Results window, right click on results and select templates, then navigate to it, the Excel base one starts like:&lt;/P&gt;
&lt;PRE&gt;proc template;                                                                
   define tagset Tagsets.ExcelBase / store = SASUSER.TEMPLAT;                 
      notes                                                                   
         "http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dne
xcl2k2/html/odc_xlsmlinss.asp";                                               
      mvar embedded_titles embedded_footers frozen_headers frozen_rowheaders  
         autofilter width_points width_fudge default_column_width formulas    
         convert_percentages orientation override_sheetname;                  
                                                                              
      define event changes;                                                   

&lt;/PRE&gt;
&lt;P&gt;Basically that defines everything which is written out using that tagsets, so you can just inherit and alter that.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 14:40:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/problematic-lt-A-Name-quot-IDX-quot-gt-tag-in-ODS-output/m-p/440899#M20545</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-28T14:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: problematic &lt;A Name="IDX"&gt; tag in ODS output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/problematic-lt-A-Name-quot-IDX-quot-gt-tag-in-ODS-output/m-p/442273#M20581</link>
      <description>&lt;P&gt;Thanks for the reaction.&lt;/P&gt;
&lt;P&gt;Yes, I know that I can create a tagset that changes this behaviour. But it seemed to me that this should not be needed. That was the background of my question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And having an own tagset for this makes the whole governance of the application more complex.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 09:22:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/problematic-lt-A-Name-quot-IDX-quot-gt-tag-in-ODS-output/m-p/442273#M20581</guid>
      <dc:creator>FrankPoppe</dc:creator>
      <dc:date>2018-03-05T09:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: problematic &lt;A Name="IDX"&gt; tag in ODS output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/problematic-lt-A-Name-quot-IDX-quot-gt-tag-in-ODS-output/m-p/442395#M20582</link>
      <description>Hi:&lt;BR /&gt;  CHTML is one of the older HTML destinations. you could try some other HTML destinations to see if you can find one that supplies the missing &amp;lt;/A&amp;gt; tag. Possibilities are PHTML, HTML3 and HTML5 and if you use style=minimal, you should come very close to CHTML.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Mon, 05 Mar 2018 15:21:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/problematic-lt-A-Name-quot-IDX-quot-gt-tag-in-ODS-output/m-p/442395#M20582</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-03-05T15:21:41Z</dc:date>
    </item>
  </channel>
</rss>

