Skip to content

Conversation

@agstephens
Copy link
Member

The method previously checked for a local XML file when trying parse content but failed (silently) if the file was a URL (i.e. beginning with "http". This has been changed so the check will try three ways of parsing:

  • read local file
  • download and read remote file (over http(s))
  • parse and input XML string

@rhysrevans3: please check if this is okay. Thanks

The method previously checked for a local XML file when trying
parse content but failed (silently) if the file was a URL (i.e.
beginning with "http". This has been changed so the check will
try three ways of parsing:
 - read local file
 - download and read remote file (over http(s))
 - parse and input XML string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants