<?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: xml in v8.2 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/403#M166</link>
    <description>That tagset does not generate XML.   It is HTML.   You are importing HTML files into Excel when you use the output created by that tagset.&lt;BR /&gt;
&lt;BR /&gt;
The quality of what you get in your worksheet is entirely &lt;BR /&gt;
dependendent upon Excel's ability to import HTML.&lt;BR /&gt;
&lt;BR /&gt;
That tagset does add some microsoft specific xml to the head section of the HTML.   That is the extent of the XML that is in use.  It is really HTML not XML.&lt;BR /&gt;
&lt;BR /&gt;
It does not come close to resembling the Excelxp tagset we use to create SpreadsheetML XML for Excel.</description>
    <pubDate>Wed, 19 Apr 2006 15:09:12 GMT</pubDate>
    <dc:creator>Eric_SAS</dc:creator>
    <dc:date>2006-04-19T15:09:12Z</dc:date>
    <item>
      <title>xml in v8.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/396#M159</link>
      <description>Does anyone know of any information on using the experimental MARKUP ODS sestibnation?</description>
      <pubDate>Tue, 11 Apr 2006 14:34:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/396#M159</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2006-04-11T14:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: xml in v8.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/397#M160</link>
      <description>Check out &lt;A href="http://support.sas.com/rnd/base/topics/odsmarkup/" target="_blank"&gt;http://support.sas.com/rnd/base/topics/odsmarkup/&lt;/A&gt; to learn more about the ODS MARKUP destination.&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Tue, 11 Apr 2006 15:34:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/397#M160</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2006-04-11T15:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: xml in v8.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/398#M161</link>
      <description>Chris&lt;BR /&gt;
&lt;BR /&gt;
I have actually used this in anger on my previous contract, both in base SAS and in Enterprise Guide - v1.3 no less.&lt;BR /&gt;
&lt;BR /&gt;
There are one or two issues, notably that dates HAVE to be converted to text, otherwise Excel will not load the file.&lt;BR /&gt;
&lt;BR /&gt;
You can do some tweaking using the tagset, but things like automatic column widths do NOT work. That apparently, is largely due to Microsoft's poor implementation of XML.</description>
      <pubDate>Tue, 11 Apr 2006 22:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/398#M161</guid>
      <dc:creator>ChrisJones</dc:creator>
      <dc:date>2006-04-11T22:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: xml in v8.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/399#M162</link>
      <description>I am assuming you are referring to the ExcelXp tagset not XML in general.  ODS markup is not specific to Excelxp's SpreadsheetML.&lt;BR /&gt;
&lt;BR /&gt;
If that is what you are referring to, I would be interested to know which version of the tagset you were using and what sort of problems you had.&lt;BR /&gt;
&lt;BR /&gt;
I should also mention that the ExcelXp tagset does not work with SAS 8.2.&lt;BR /&gt;
It was introduced with SAS 9.0.  The current version of the tagset prefers&lt;BR /&gt;
SAS 9.1.3.  It can be made to work with previous versions but with limited&lt;BR /&gt;
versatility.&lt;BR /&gt;
&lt;BR /&gt;
The column width calculations are not perfect but do work fairly well in most cases.  Proportional fonts do not make this an easy task.&lt;BR /&gt;
&lt;BR /&gt;
For the cases where the generic measuring does not work, there are numerous ways to make the calculation better or to over ride those &lt;BR /&gt;
calculations and make the width whatever you want.  I would be interested&lt;BR /&gt;
to know the specifics of the problems that you were having.&lt;BR /&gt;
&lt;BR /&gt;
Also, you do realize that any data, including dates,  can be given an excel format.  So you are not limited to just dates as strings.  Even if no format is supplied,  I have not seen any instance where spreadsheeML  with dates has not loaded.</description>
      <pubDate>Wed, 12 Apr 2006 20:48:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/399#M162</guid>
      <dc:creator>Eric_SAS</dc:creator>
      <dc:date>2006-04-12T20:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: xml in v8.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/400#M163</link>
      <description>Eric&lt;BR /&gt;
&lt;BR /&gt;
No, I am referring the Excel82 tagset. I was using EG v1.3 and SAS 8.2.&lt;BR /&gt;
&lt;BR /&gt;
The feature that I wanted to implement on the project was to set automatic column width in each tab, but unfortunately, this was not possible.&lt;BR /&gt;
&lt;BR /&gt;
I agree that the ExcelXP tagset will not work in v8.2&lt;BR /&gt;
&lt;BR /&gt;
I reiterate that I was unable to generate loadable xml with dates unless I first of all ensured that the relavent field(s) were first of all converted to text.</description>
      <pubDate>Wed, 12 Apr 2006 21:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/400#M163</guid>
      <dc:creator>ChrisJones</dc:creator>
      <dc:date>2006-04-12T21:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: xml in v8.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/401#M164</link>
      <description>There is no Excel 8.2 tagset.   Maybe you were using the CSV tagset.&lt;BR /&gt;
The Excel tagset didn't exist before SAS 9.0.  The Excel tagset requires features that didn't exist in the tagset language before SAS 9.0.&lt;BR /&gt;
&lt;BR /&gt;
Of course both the excel tagset and the CSV tagset treated dates as strings, so I'm still not sure why you needed to convert them.</description>
      <pubDate>Thu, 13 Apr 2006 14:17:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/401#M164</guid>
      <dc:creator>Eric_SAS</dc:creator>
      <dc:date>2006-04-13T14:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: xml in v8.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/402#M165</link>
      <description>Eric&lt;BR /&gt;
&lt;BR /&gt;
Sorry for the delay. However, you are not actually correct. The tagset can be found here: &lt;A href="http://support.sas.com/rnd/base/topics/templateFAQ/excelexamples.html" target="_blank"&gt;http://support.sas.com/rnd/base/topics/templateFAQ/excelexamples.html&lt;/A&gt; - As mentioned above, I have used this extensively over the last couple of months (being restricted to v8.2).</description>
      <pubDate>Wed, 19 Apr 2006 13:31:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/402#M165</guid>
      <dc:creator>ChrisJones</dc:creator>
      <dc:date>2006-04-19T13:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: xml in v8.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/403#M166</link>
      <description>That tagset does not generate XML.   It is HTML.   You are importing HTML files into Excel when you use the output created by that tagset.&lt;BR /&gt;
&lt;BR /&gt;
The quality of what you get in your worksheet is entirely &lt;BR /&gt;
dependendent upon Excel's ability to import HTML.&lt;BR /&gt;
&lt;BR /&gt;
That tagset does add some microsoft specific xml to the head section of the HTML.   That is the extent of the XML that is in use.  It is really HTML not XML.&lt;BR /&gt;
&lt;BR /&gt;
It does not come close to resembling the Excelxp tagset we use to create SpreadsheetML XML for Excel.</description>
      <pubDate>Wed, 19 Apr 2006 15:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/403#M166</guid>
      <dc:creator>Eric_SAS</dc:creator>
      <dc:date>2006-04-19T15:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: xml in v8.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/404#M167</link>
      <description>My misunderstanding then, based upon the description in the header block of the tagset - no mention of HTML there.</description>
      <pubDate>Wed, 19 Apr 2006 16:34:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/404#M167</guid>
      <dc:creator>ChrisJones</dc:creator>
      <dc:date>2006-04-19T16:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: xml in v8.2</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/405#M168</link>
      <description>The tagset inherits from the htmlcss tagset.    The clue is the&lt;BR /&gt;
&lt;BR /&gt;
parent = tagsets.htmlcss;    &lt;BR /&gt;
&lt;BR /&gt;
This tagset gets most of it's abilities there.  It only adds the bit of XML in&lt;BR /&gt;
the header.&lt;BR /&gt;
&lt;BR /&gt;
HTMLcss is one of the core html tagsets used by all the higher level html tagsets.</description>
      <pubDate>Wed, 19 Apr 2006 16:51:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/xml-in-v8-2/m-p/405#M168</guid>
      <dc:creator>Eric_SAS</dc:creator>
      <dc:date>2006-04-19T16:51:42Z</dc:date>
    </item>
  </channel>
</rss>

