You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get RdfXmlParser to parse a file that contains entities whose defined in terms of other entities, as rdf and rdfs in the following example:
It seems that the parser is not performing entity resolution while parsing doctypes.
I have to admit that I am unsure whether the code above is well-formed, I encountered a situation of this kind while working with a seemingly established ontology.
I am trying to add this capability to the parser by modifying parser::parse_doctype().
I am going to address this issue in a pull request.
Am I missing some capabilities of RdfXmlParser that would allow me to get the parser to work on this example without changing code?
The text was updated successfully, but these errors were encountered:
I am trying to get
RdfXmlParser
to parse a file that contains entities whose defined in terms of other entities, asrdf
andrdfs
in the following example:It seems that the parser is not performing entity resolution while parsing doctypes.
I have to admit that I am unsure whether the code above is well-formed, I encountered a situation of this kind while working with a seemingly established ontology.
I am trying to add this capability to the parser by modifying
parser::parse_doctype()
.I am going to address this issue in a pull request.
Am I missing some capabilities of
RdfXmlParser
that would allow me to get the parser to work on this example without changing code?The text was updated successfully, but these errors were encountered: