<?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 adding KML Layer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-adding-kml-layer/m-p/95272#M2385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;would produce the error saying the character "î"&amp;nbsp; is not valid: (Invalid character in the given encoding. Line 84, position 10.)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A bit late reply, but better with possibly answered posts than unresolved.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having a similar problem, where the file is in ANSI. A resolution is posted in &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/18301-KML-layer-not-able-to-parse-KML-return-data?highlight=kmllayer"&gt;another post&lt;/A&gt;&lt;SPAN&gt;. It could help you out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bjørnar Sundsbø&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2012 22:02:01 GMT</pubDate>
    <dc:creator>BjørnarSundsbø</dc:creator>
    <dc:date>2012-01-10T22:02:01Z</dc:date>
    <item>
      <title>Error adding KML Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-adding-kml-layer/m-p/95269#M2382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hit an exception when the KML layer is trying to read a line that reads:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;name&amp;gt;Chaîne des Puys&amp;lt;/name&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the "î" in the word "Chaîne" throws an exception.. an solutions for it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 04:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-adding-kml-layer/m-p/95269#M2382</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2011-02-01T04:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error adding KML Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-adding-kml-layer/m-p/95270#M2383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What exception are you getting? Could you share a sample app + kml that reproduces this error?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 15:57:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-adding-kml-layer/m-p/95270#M2383</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-02-01T15:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error adding KML Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-adding-kml-layer/m-p/95271#M2384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the kml is from &lt;/SPAN&gt;&lt;A href="http://www.volcano.si.edu/ge/gvp_world.kmz" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.volcano.si.edu/ge/gvp_world.kmz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;just a simple &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;esri:Map &amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer Url="http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:KmlLayer ID="KmlLayer" Url="uri to gvp_world.kml"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/esri:Map&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;would produce the error saying the character "î"&amp;nbsp; is not valid: (Invalid character in the given encoding. Line 84, position 10.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 23:38:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-adding-kml-layer/m-p/95271#M2384</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2021-12-10T23:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error adding KML Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-adding-kml-layer/m-p/95272#M2385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;would produce the error saying the character "î"&amp;nbsp; is not valid: (Invalid character in the given encoding. Line 84, position 10.)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A bit late reply, but better with possibly answered posts than unresolved.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having a similar problem, where the file is in ANSI. A resolution is posted in &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/18301-KML-layer-not-able-to-parse-KML-return-data?highlight=kmllayer"&gt;another post&lt;/A&gt;&lt;SPAN&gt;. It could help you out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bjørnar Sundsbø&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 22:02:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/error-adding-kml-layer/m-p/95272#M2385</guid>
      <dc:creator>BjørnarSundsbø</dc:creator>
      <dc:date>2012-01-10T22:02:01Z</dc:date>
    </item>
  </channel>
</rss>

