DanielT / autosar-data

A rust crate to work with Autosar data (arxml) files
Apache License 2.0
32 stars 10 forks source link

fix comment handling - xml comments may contain '>' #16

Closed DanielT closed 5 months ago

DanielT commented 5 months ago

Additionally, make sure that written comments never contain '--', which would be invalid xml.

fixes issue #15