Skip to content
New issue

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

Validation of custom unit and annotation references should allow for automated whitespace normalization #3

Closed
servilla opened this issue Feb 15, 2024 · 0 comments
Assignees
Labels
feature New feature high priority High priority

Comments

@servilla
Copy link
Collaborator

Custom unit and annotation reference validation should allow for automated whitespace normalization to ensure that string values are mapped accurately. This is only a local standard and not part of the XML specification. Therefore, validation testing of normalized strings should be optional.

For example:

...
<customUnit>myUnit   X <customUnit>
...
<stmm:unit id="myUnit   X ">

would be normalized to

...
<customUnit>myUnit X<customUnit>
...
<stmm:unit id="myUnit X">
@servilla servilla added feature New feature high priority High priority EDI labels Feb 15, 2024
@servilla servilla self-assigned this Feb 15, 2024
servilla added a commit that referenced this issue Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature high priority High priority
Projects
Status: Done
Development

No branches or pull requests

1 participant