Skip to content

How to parse a tag which can have multiple names in a single property #160

@sdipendra

Description

@sdipendra

How to parse a tag which can have multiple names.

Specifically for example:
For a tag named "link:Stat"

some of my XML documents have fully qualified name: <link:Stat></link:Stat>
some of my XML documents just have: <Stat></Stat> without the namespace

No document has both formats.

I want them to be mapped to the same single property: val stat: Stat

How can I achieve this? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions