<?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 XML Errors from ExcelXP in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2785#M1212</link>
    <description>I had successfully been using the previous 2006 version of the ExcelXP tagset, but my XML files were larger than I had hoped.  I remember reading that the new version from 2007 would have some better compression.  I was able to get the new tagset loaded, but am now getting XML errors in the XLS files I create (same program...no other changes except new tagset lib)...any ideas what is going on?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
XML ERROR in Style&lt;BR /&gt;
REASON:	Too many tags&lt;BR /&gt;
FILE:	C:\Documents and Settings\kjk4\Local Settings\Temporary Internet...&lt;BR /&gt;
GROUP:	Styles&lt;BR /&gt;
TAG:	Style&lt;BR /&gt;
ATTRIB:	ID&lt;BR /&gt;
VALUE:	data_c&lt;BR /&gt;
&lt;BR /&gt;
XML ERROR in Style&lt;BR /&gt;
REASON:	Bad Value&lt;BR /&gt;
FILE:	C:\Documents and Settings\kjk4\Local Settings\Temporary Internet..&lt;BR /&gt;
GROUP:	Styles&lt;BR /&gt;
TAG:	Style&lt;BR /&gt;
ATTRIB:	Parent&lt;BR /&gt;
VALUE:	data</description>
    <pubDate>Fri, 13 Apr 2007 16:53:29 GMT</pubDate>
    <dc:creator>NCNyrk</dc:creator>
    <dc:date>2007-04-13T16:53:29Z</dc:date>
    <item>
      <title>XML Errors from ExcelXP</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2785#M1212</link>
      <description>I had successfully been using the previous 2006 version of the ExcelXP tagset, but my XML files were larger than I had hoped.  I remember reading that the new version from 2007 would have some better compression.  I was able to get the new tagset loaded, but am now getting XML errors in the XLS files I create (same program...no other changes except new tagset lib)...any ideas what is going on?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
XML ERROR in Style&lt;BR /&gt;
REASON:	Too many tags&lt;BR /&gt;
FILE:	C:\Documents and Settings\kjk4\Local Settings\Temporary Internet...&lt;BR /&gt;
GROUP:	Styles&lt;BR /&gt;
TAG:	Style&lt;BR /&gt;
ATTRIB:	ID&lt;BR /&gt;
VALUE:	data_c&lt;BR /&gt;
&lt;BR /&gt;
XML ERROR in Style&lt;BR /&gt;
REASON:	Bad Value&lt;BR /&gt;
FILE:	C:\Documents and Settings\kjk4\Local Settings\Temporary Internet..&lt;BR /&gt;
GROUP:	Styles&lt;BR /&gt;
TAG:	Style&lt;BR /&gt;
ATTRIB:	Parent&lt;BR /&gt;
VALUE:	data</description>
      <pubDate>Fri, 13 Apr 2007 16:53:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2785#M1212</guid>
      <dc:creator>NCNyrk</dc:creator>
      <dc:date>2007-04-13T16:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: XML Errors from ExcelXP</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2786#M1213</link>
      <description>Hello,  &lt;BR /&gt;
&lt;BR /&gt;
There were numerous changes to the style handling to allow for justification.  It looks like you might have run into a problem with it.  I have seen one other problem similar to this but it doesn't&lt;BR /&gt;
look quite the same.  I may have fixed it already or maybe not.&lt;BR /&gt;
&lt;BR /&gt;
Can you provide a simple test that shows the problem?   I am currently at the SAS Global Forum.&lt;BR /&gt;
If you are there,  come by the ODS booth.</description>
      <pubDate>Sat, 14 Apr 2007 02:48:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2786#M1213</guid>
      <dc:creator>Eric_SAS</dc:creator>
      <dc:date>2007-04-14T02:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: XML Errors from ExcelXP</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2787#M1214</link>
      <description>Not certain what you want to see...here is a code sample that worked previously but no longer does:&lt;BR /&gt;
&lt;BR /&gt;
ODS TAGSETS.EXCELXP FILE=OUTXLS STYLE=STYLES.XLStatistical      &lt;BR /&gt;
    TRANTAB=ASCII;                                              &lt;BR /&gt;
                                                                &lt;BR /&gt;
  %LET L = 1;                                                   &lt;BR /&gt;
   %DO %UNTIL (%QSCAN(&amp;amp;EVTLST,&amp;amp;L)=);                            &lt;BR /&gt;
    %LET EVT = %UNQUOTE(%QSCAN(&amp;amp;EVTLST,&amp;amp;L));                    &lt;BR /&gt;
                                                                &lt;BR /&gt;
ODS TAGSETS.EXCELXP                                             &lt;BR /&gt;
    OPTIONS (SHEET_NAME="&amp;amp;EVT &amp;amp;RPTST RESIDENTS"                 &lt;BR /&gt;
             FROZEN_HEADERS='1' ROW_REPEAT='1'                  &lt;BR /&gt;
             CENTER_HORIZONTAL='Yes'                            &lt;BR /&gt;
             ABSOLUTE_COLUMN_WIDTH='6,16,7,16,20,9,5');         &lt;BR /&gt;
 TITLE1 "&amp;amp;&amp;amp;ENAME&amp;amp;EVT &amp;amp;&amp;amp;PROC&amp;amp;BATCH";                             &lt;BR /&gt;
 PROC PRINT DATA=ALLEVT NOOBS LABEL SPLIT='/';           &lt;BR /&gt;
 WHERE FSTATRES = "US&amp;amp;RPTST" AND EVENT = "&amp;amp;EVT";        &lt;BR /&gt;
 VAR YEAR     / style=data_c;                           &lt;BR /&gt;
 VAR FSTATOCC;                                          &lt;BR /&gt;
 VAR FILENO   / style=data_c{tagattr="format:000000"};  &lt;BR /&gt;
 VAR FSTATRES FCNTYRES;                                 &lt;BR /&gt;
 VAR DATE     / style=data_c;                           &lt;BR /&gt;
 RUN;                      &lt;BR /&gt;
                           &lt;BR /&gt;
  %LET L = %EVAL(&amp;amp;L + 1);  &lt;BR /&gt;
  %END;                    &lt;BR /&gt;
ODS TAGSETS.EXCELXP CLOSE;</description>
      <pubDate>Mon, 16 Apr 2007 17:12:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2787#M1214</guid>
      <dc:creator>NCNyrk</dc:creator>
      <dc:date>2007-04-16T17:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: XML Errors from ExcelXP</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2788#M1215</link>
      <description>That may be enough.  I'll try to reproduce it.&lt;BR /&gt;
&lt;BR /&gt;
That is what I need.  Something specific enough to&lt;BR /&gt;
reproduce the problem.&lt;BR /&gt;
&lt;BR /&gt;
Eric</description>
      <pubDate>Sun, 22 Apr 2007 05:05:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2788#M1215</guid>
      <dc:creator>Eric_SAS</dc:creator>
      <dc:date>2007-04-22T05:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: XML Errors from ExcelXP</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2789#M1216</link>
      <description>Should I refer this to Tech Support directly?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Kryn</description>
      <pubDate>Mon, 30 Apr 2007 21:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2789#M1216</guid>
      <dc:creator>NCNyrk</dc:creator>
      <dc:date>2007-04-30T21:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: XML Errors from ExcelXP</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2790#M1217</link>
      <description>Hello Kryn,&lt;BR /&gt;
&lt;BR /&gt;
Open a tracking entry with Technical Support for this problem. Be sure to send the file which generates this dialog error.&lt;BR /&gt;
&lt;BR /&gt;
Chevell</description>
      <pubDate>Tue, 01 May 2007 14:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/XML-Errors-from-ExcelXP/m-p/2790#M1217</guid>
      <dc:creator>Chevell_sas</dc:creator>
      <dc:date>2007-05-01T14:18:34Z</dc:date>
    </item>
  </channel>
</rss>

