LightXML.jl icon indicating copy to clipboard operation
LightXML.jl copied to clipboard

Exception while reading CDATA

Open asbisen opened this issue 8 years ago • 1 comments

While reading "GPX" or "KML" data I encounter Exception: ArgumentError("cannot convert NULL to string"). Not sure if this is expected or a bug.

These are the lines where these exceptions are occurring while walking through the tree using LightXML.name(c)

<name><![CDATA[New Route]]></name>
<type><![CDATA[Cycle]]></type>

asbisen avatar Oct 01 '16 18:10 asbisen

Related to #40?

samoconnor avatar Oct 27 '16 03:10 samoconnor