We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While reading "GPX" or "KML" data I encounter Exception: ArgumentError("cannot convert NULL to string"). Not sure if this is expected or a bug.
Exception: ArgumentError("cannot convert NULL to string")
These are the lines where these exceptions are occurring while walking through the tree using LightXML.name(c)
LightXML.name(c)
<name><![CDATA[New Route]]></name> <type><![CDATA[Cycle]]></type>
The text was updated successfully, but these errors were encountered:
Related to #40?
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: