LightXML.jl
LightXML.jl copied to clipboard
Exception while reading CDATA
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>
Related to #40?