diff --git a/setup.py b/setup.py index 4c33b98..26c13ec 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ def read(filename): packages=find_packages(exclude=('tests', 'cache', 'workdir')), install_requires=[ - "requests", # needed for fetching xml files from the internet - "urllib3" # needed for http retries + "requests", # needed for fetching xml files from the internet + "urllib3" # needed for http retries ], classifiers=[ diff --git a/tests/data/example.html b/tests/data/example.html index 593cfa1..7e65049 100644 --- a/tests/data/example.html +++ b/tests/data/example.html @@ -7,7 +7,8 @@ xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:iso4217="http://www.xbrl.org/2003/iso4217" - xmlns:example="http://www.example.com/20210101"> + xmlns:example="http://www.example.com/20210101" + xmlns:ixt="http://www.xbrl.org/inlineXBRL/transformation/2015-02-26"> Sample iXBRL file