Skip to content

Modified XML Extraction Method for remote files#35

Merged
rhysrevans3 merged 5 commits intomainfrom
xml-method-url-bug-fix
Jan 29, 2026
Merged

Modified XML Extraction Method for remote files#35
rhysrevans3 merged 5 commits intomainfrom
xml-method-url-bug-fix

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
@rhysrevans3 rhysrevans3 merged commit 068ac4e into main Jan 29, 2026
0 of 2 checks passed
@rhysrevans3 rhysrevans3 deleted the xml-method-url-bug-fix branch January 29, 2026 08:22
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.

2 participants