Skip to content

PAGE-XML namespace handling: prefer default over prefixed pc: usage #184

@johnlockejrr

Description

@johnlockejrr

Hi and thanks for the great work on eynollah!

I noticed that some generated PAGE-XML files use a prefixed namespace (pc:) in the root element, like:

<pc:PcGts xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15" ...>

While technically valid, this format is less common in the PAGE ecosystem and may cause compatibility issues with tools expecting the default namespace. The more typical and interoperable format is:

<PcGts xmlns="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15" ...>

Would it be possible to adjust the output to use the default namespace instead? This would improve compatibility with validators and downstream tools.

Thanks again!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions