Skip to content

Remove pubixml directory/dependency in TmxApi #498

@paulbourelly999

Description

@paulbourelly999

Types of Issue

  • Anomaly report (something appears to not work correctly)
  • Enhancement request (describe the enhancement being requested)
  • Other (please ensure the description clarifies why the issue doesn’t fall into either of the above categories)

Descriptive summary

Inside tmx/TmxApi/tmx/pugixml we have committed the 1.7 src code of the pugixml parsing library (this version is 8 years old and we already include multiple xml parsing libraries). This XML parsing library is only used for the message_document.hpp which is not used anywhere. We need to remove this code from our source and either install this library as a debian package or replace any logic using it with a XML parsing library we already have.

V2XHUB version where this issue was discovered

Expected behavior

NA

Actual behavior

NA

Steps to reproduce the actual behavior

Related work

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions