Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

XML namespaces getting injected into attribute names - parker covention #35

@LaughingBubba

Description

@LaughingBubba

Hi, after reading issues #1 , #8 and PR #9 I think I have a different issue.

Essentially this:

<EML xmlns="urn:oasis:names:tc:evs:schema:eml" >
  <TransactionId>B313CBA4-BCA9-4B8F-8C50-BADE9423A020</TransactionId>
</EML>

becomes this:

{
  "{urn:oasis:names:tc:evs:schema:eml}TransactionId": "B313CBA4-BCA9-4B8F-8C50-BADE9423A020"
}

where as I was actually expecting this:

{
  "TransactionId": "B313CBA4-BCA9-4B8F-8C50-BADE9423A020"
}

Am I missing something?

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