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
In f82dfd2 looks like external, system, and name were made non-nullable.
That was reverted for name in 2852b92
But it seems that it's not now possible to produce an internal DTD, because external cannot be nil?
The text was updated successfully, but these errors were encountered:
Sorry, not following. What would you like to change?
Sorry, something went wrong.
Can nil be passed for the value of external in the initializer for ext/libxml/ruby_xml_dtd.c?
external
ext/libxml/ruby_xml_dtd.c
Ah. Ok looks like no, it has to be set. Want to create a PR?
I don't really know any C I'm afraid
No branches or pull requests
In f82dfd2 looks like external, system, and name were made non-nullable.
That was reverted for name in 2852b92
But it seems that it's not now possible to produce an internal DTD, because external cannot be nil?
The text was updated successfully, but these errors were encountered: