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
Right now the parse function "magically" detects if the passed input is a string containing XML, an URL or a filename. While this seemed convenient at the time it might cause some issues.
Proposal:
add parse_file which takes a path
add parse_xml_string which takes an XML string
add parse_url which takes an URL
The parse function could be marked as deprecated and removed in version 2.0 ?
The text was updated successfully, but these errors were encountered:
Right now the
parse
function "magically" detects if the passed input is a string containing XML, an URL or a filename. While this seemed convenient at the time it might cause some issues.Proposal:
parse_file
which takes a pathparse_xml_string
which takes an XML stringparse_url
which takes an URLThe
parse
function could be marked as deprecated and removed in version 2.0 ?The text was updated successfully, but these errors were encountered: