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
Tinyxml2 does not read the following file properly.
<TEI> </TEI>
It finds:
I'm not expecting Tinyxml to expand the entities, but it seems that the nesting of DTD nodes is not suppored, which is quite critical.
I looked at the code to try to fix it but the solution does not seem to be trivial. Is there any way to fix this?
The text was updated successfully, but these errors were encountered:
I think they could be parsed much in the same way CDATA segments are. Marking as enhancement.
Sorry, something went wrong.
No branches or pull requests
Tinyxml2 does not read the following file properly.
%Menota_entities; %BFMMSS_entities; ] ><TEI>
</TEI>
It finds:
__
**_DOCTYPE TEI [
_%Menota_entities;_
_ENTITY % BFMMSS_entities SYSTEM 'bfmmss.ent'_
_%BFMMSS_entities; ] >_
_TEI_
I'm not expecting Tinyxml to expand the entities, but it seems that the nesting of DTD nodes is not suppored, which is quite critical.
I looked at the code to try to fix it but the solution does not seem to be trivial. Is there any way to fix this?
The text was updated successfully, but these errors were encountered: