STARIONGROUP / reqifsharp

A C# library for reading and writing reqif documents
https://reqifsharp.org
Apache License 2.0
24 stars 14 forks source link

When the namespace of the lang attribute is not xml:lang the deserializer does not find the attribute #53

Closed samatstariongroup closed 6 months ago

samatstariongroup commented 7 months ago

Prerequisites

Description

original issue https://github.com/STARIONGROUP/COMET-IME-Community-Edition/issues/996

notice that in the attached file the following occurs

<REQ-IF p1:lang="en" xmlns:p1="xml" xmlns="http://www.omg.org/spec/ReqIF/20110401/reqif.xsd">

the xml namespace is aliased by the p1 namespace, this needs to be handled

reqif.txt

System Configuration

samatstariongroup commented 6 months ago

The serializer has been fixed in 232410b9eae9edc477029f268baabccf42cbcb2f, the issue should no longer occur