Skip to content

Install_Ubuntu_Linux

Toby Chaloner edited this page Mar 22, 2026 · 3 revisions

View the ixbrl tags in remote file

This is relevant to Linux

linux install

This assumes you are working in a python virtual environment (venv)

git clone https://github.com/cybermaggedon/ixbrl-parse
cd ixbrl-parse
pip install .

using

assuming your xhtml output is in ../my-accounts/accts-ct.xhtml

ixbrl-dump ../my-accounts/accts-ct.xhtml

It produced output like

Entity: 02842556 (http://www.companieshouse.gov.uk/)
    Instant: 2025-09-01
        Dimension: {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}BusinessTypeDimension = {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}Company
        - {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}NameOfProductionSoftware: ixbrl-reporter
        - {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}VersionOfProductionSoftware: 1.2.0
        Dimension: {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}BusinessTypeDimension = {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}Company
        - {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}CompanyIsAPartnerInAFirm: false
        - {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}FinancialYear1CoveredByTheReturn: 2025
        - {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}FinancialYear2CoveredByTheReturn: 2025
        - {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}OffPayrollWorkingApplicable: true
        - {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}AdjustedTradingProfitOfThisPeriod: 0.0 (GBP)
        - {http://www.hmrc.gov.uk/schemas/ct/comp/2024-01-01}TradingLossesBroughtForward: 0.0 (GBP)

Versions

  • ixbrl-parse 0.10.2
  • Python 3.12.3

Clone this wiki locally