asam-ev / qc-openscenarioxml

6 stars 3 forks source link

Update xml file parse to ignore namespace #45

Closed patrickpa closed 1 month ago

patrickpa commented 1 month ago

Description

This PR adds a method to get root of OpenScenario files using default namespace in case namespace is provided.

Main changes

  1. Add helper function to get xml root file with default namespace
  2. Update functions that get root to use new helper function

How was the PR tested?

  1. Unit-test are passing as expected.

Notes