Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test and fix for text attached to end XML elements
The ElementTree's `XMLPullParser` sometimes attaches the text to the start element and sometimes to the end element. We could not figure out why there is a different behavior, but suspect that it has something to do with the size of the parser buffer. In this patch, we fix by looking for text in both events (start as well as end element). This is related to the issue #17, and based on the aas-core-codegen after the pull request aas-core-works/aas-core-codegen#443 has been merged in, [aas-core-codegen 330f391]. [aas-core-codegen 330f391]: aas-core-works/aas-core-codegen@330f391
- Loading branch information