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
This would be useful to help control how the XML gets loaded. This came up while looking at bioperl/bioperl-live#376.
See how the Python libxml2 binding's SAX driver maps the features to parser options: https://gitlab.gnome.org/GNOME/libxml2/-/blob/2.10/python/drv_libxml2.py?ref_type=heads#L335-L354.
Will also be good to add these feature URIs to XML::SAX at https://metacpan.org/release/GRANTM/XML-SAX-1.02/source/lib/XML/SAX.pm#L22-23.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This would be useful to help control how the XML gets loaded. This came up while looking at bioperl/bioperl-live#376.
See how the Python libxml2 binding's SAX driver maps the features to parser options: https://gitlab.gnome.org/GNOME/libxml2/-/blob/2.10/python/drv_libxml2.py?ref_type=heads#L335-L354.
Will also be good to add these feature URIs to XML::SAX at https://metacpan.org/release/GRANTM/XML-SAX-1.02/source/lib/XML/SAX.pm#L22-23.
The text was updated successfully, but these errors were encountered: