Open jonrkarr opened 3 years ago
As a more concrete suggestion, RDF.to_file
could have an option to export with XML version 1.0
, which from_file
can then read.
I noticed this because our tests utilize round tripping RDF. The previous version (1.2.10) didn't have this issue. to_file
produced version 1.0
. I worked around this for our tests.
to_file
produces XML 1.1, butfrom_file
expects XML 1.0.