Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Tim KlemmTim KlemmReporter
Tim KlemmTim KlemmPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Tim Klemm
Tim KlemmReporter
Tim Klemm
Tim KlemmPriority
Fix versions
Pull Request URL
Created April 3, 2023 at 11:26 AM
Updated May 17, 2023 at 3:29 PM
Resolved May 17, 2023 at 3:29 PM
The ESP's XML pull parser parses namespace attributes into a start tag's attribute array. By not incrementing the attribute count, this data is either overwritten by the next attribute or ignored.
Add an option to the parser interface enabling preservation of these attributes.
Enabling preservation would allow XML input to be accurately recreated as output (esdl manifest tool), and simplify recognition of namespace declarations (ESDL scripts).