Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parsing an xml URL? [question] #30

Open
Madsvj opened this issue May 4, 2016 · 2 comments
Open

parsing an xml URL? [question] #30

Madsvj opened this issue May 4, 2016 · 2 comments
Assignees

Comments

@Madsvj
Copy link

Madsvj commented May 4, 2016

Is there anyway supported way for parsing through an url instead of a local file?

So something like this:

url = "http://regnskaber.virk.dk/17438023/eGJybHN0b3JlOi8vWC1DOUZFREM2OC0yMDE0MDUyMV8xMzU2MDdfMTA2L3hicmw.xml"

xbrl_parser = XBRLParser(precision=0)

xbrl = xbrl_parser.parse(file(url))

(probably with out the file())

@greedo greedo self-assigned this Jul 7, 2016
@GBULLR
Copy link

GBULLR commented Jan 2, 2019

was this ever made possible?

@greedo
Copy link
Owner

greedo commented Jan 2, 2019

Functionality for this has not yet been added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants