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'm trying to implement an RDF/XML parser using quick_xml, and I'm currently missing the possibility to parse literal XML constructs. Basically, this only means either changing Reader.read_to_end to return the total bytes read until reaching the end, or adding a new read_literal method that would do that.
I can work on a PR if you don't have time to do this by the way 😃
The text was updated successfully, but these errors were encountered:
althonos
changed the title
Add a function to parse inner attributes literally
Add a function to parse inner elements literally
May 24, 2019
Hi !
I'm trying to implement an RDF/XML parser using
quick_xml
, and I'm currently missing the possibility to parse literal XML constructs. Basically, this only means either changingReader.read_to_end
to return the total bytes read until reaching the end, or adding a newread_literal
method that would do that.I can work on a PR if you don't have time to do this by the way 😃
The text was updated successfully, but these errors were encountered: