<?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: error while reading xml file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/error-while-reading-xml-file/m-p/424311#M104480</link>
    <description>&lt;P&gt;I would imagine - though can only guess as I have no information to work with - that at line 69, column 311, there is a character that does not fit into the character set you are using, or that your XML is not a proper XML file.&amp;nbsp; The former would be my guess, look at the file in textpad or using a hex editor, you will likely find a strange symbol there.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jan 2018 13:09:38 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-01-02T13:09:38Z</dc:date>
    <item>
      <title>error while reading xml file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error-while-reading-xml-file/m-p/424308#M104478</link>
      <description>&lt;P&gt;I get the below error message when reading xml file.&lt;/P&gt;
&lt;P&gt;Is it something i am missing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Some code points did not transcode.&lt;BR /&gt; occurred at or near line 69, column 311&lt;BR /&gt;ERROR: XML parsing error. Please verify that the XML content is well-formed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filename SXLELIB 'C:\CTgovAE.xml';&lt;BR /&gt;filename SXLEMAP 'C:\CTGovMap.map';&lt;BR /&gt;libname SXLELIB xmlv2 xmlmap=SXLEMAP access=READONLY;&lt;/P&gt;
&lt;P&gt;data add;&lt;BR /&gt; set SXLELIB.primary_outcome;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 12:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error-while-reading-xml-file/m-p/424308#M104478</guid>
      <dc:creator>vraj1</dc:creator>
      <dc:date>2018-01-02T12:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: error while reading xml file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error-while-reading-xml-file/m-p/424311#M104480</link>
      <description>&lt;P&gt;I would imagine - though can only guess as I have no information to work with - that at line 69, column 311, there is a character that does not fit into the character set you are using, or that your XML is not a proper XML file.&amp;nbsp; The former would be my guess, look at the file in textpad or using a hex editor, you will likely find a strange symbol there.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 13:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error-while-reading-xml-file/m-p/424311#M104480</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-02T13:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: error while reading xml file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error-while-reading-xml-file/m-p/424324#M104488</link>
      <description>&lt;P&gt;Probable cause: your SAS is not configured for UTF support, but the XML contains UTF characters.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 15:02:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error-while-reading-xml-file/m-p/424324#M104488</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-02T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: error while reading xml file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error-while-reading-xml-file/m-p/517351#M139843</link>
      <description>&lt;P&gt;Copy the ine 69, column 311 and paste on notepad++. Change the encoding to ANSI. You will notice special character in it. Also check config..&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2018 04:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error-while-reading-xml-file/m-p/517351#M139843</guid>
      <dc:creator>NK</dc:creator>
      <dc:date>2018-11-30T04:11:22Z</dc:date>
    </item>
  </channel>
</rss>

