Andreas,<br><br>That fixed the problem.  <br><br>Thanks!<br>Jim<br><br><div class="gmail_quote">On Tue, Jan 5, 2010 at 5:14 PM, Andreas Hocevar <span dir="ltr">&lt;<a href="mailto:ahocevar@opengeo.org">ahocevar@opengeo.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Since you are not the first one to report this issue, I created a ticket:<br>
<br>
<a href="http://trac.openlayers.org/ticket/2398" target="_blank">http://trac.openlayers.org/ticket/2398</a><br>
<br>
Please try out the patch there and report if it fixes your issue.<br>
<br>
Regards,<br>
Andreas.<br>
<div><div></div><div class="h5"><br>
On 2010-01-05 17:54, James McManus wrote:<br>
&gt; I&#39;m using the script below to read a KML file. The closing<br>
&gt; &lt;/description&gt; marks in the file have a page break before them.  This<br>
&gt; results in the descriptions not being read by the script below.  This<br>
&gt; problem does not occur when reading the file with Google Earth.  Is<br>
&gt; this a problem with Openlayers, or is Openlayers following stricter<br>
&gt; XML syntax requirements?<br>
&gt;<br>
&gt; var real = new OpenLayers.Layer.Vector(&quot;Neuse&quot;, {<br>
&gt;                 projection: map.displayProjection,<br>
&gt;                 strategies: [new OpenLayers.Strategy.Fixed()],<br>
&gt;                 protocol: new OpenLayers.Protocol.HTTP({<br>
&gt;                     url: &quot;real.kml&quot;,<br>
&gt;                     format: new OpenLayers.Format.KML({<br>
&gt;                         extractStyles: true,<br>
&gt;                         extractAttributes: true<br>
&gt;                     })<br>
&gt;                 })<br>
&gt; });<br>
&gt;<br>
&gt; Thanks<br>
&gt; Jim<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
&gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
--<br>
Andreas Hocevar<br>
OpenGeo - <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>
Expert service straight from the developers.<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
</blockquote></div><br>