-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
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_filewhich takes a path - add
parse_xml_stringwhich takes an XML string - add
parse_urlwhich takes an URL
The parse function could be marked as deprecated and removed in version 2.0 ?
sergiev