While I understand why it's going into this condition, I'm not completely sure why it has to throw an unrecoverable error. Isn't there a different path it can take?
Or is it because xlink is not supported?
If I wanted to work on this, what is the workaround for this?
I have data that contains a cityobject like:
Looks like this causes it to run https://github.com/jklimke/libcitygml/blob/b71d2e855a48d5b8db60c1e18e6ea5cd88b2f8d3/sources/src/parser/citygmlelementparser.cpp#L36-L42
While I understand why it's going into this condition, I'm not completely sure why it has to throw an unrecoverable error. Isn't there a different path it can take?
Or is it because
xlink
is not supported?If I wanted to work on this, what is the workaround for this?