We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
namespace
First of all, thanks for this awesome project!
I think I found a bug in the scenarios.xml processing. The following works:
<namespace prefix="ram">urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100</namespace>
However, the following results in a mismatch:
<namespace prefix="ram">urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100 </namespace>
I guess the element content needs trimming. I haven't tested where else in the XML this would break.
The text was updated successfully, but these errors were encountered:
yes, the missing trim causes errors. I'll fix this for the next release
Sorry, something went wrong.
#56 trim namespaces and other strings when reading the scenarios
ef1ce56
fixed in master
No branches or pull requests
First of all, thanks for this awesome project!
I think I found a bug in the scenarios.xml processing. The following works:
However, the following results in a mismatch:
I guess the element content needs trimming. I haven't tested where else in the XML this would break.
The text was updated successfully, but these errors were encountered: