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

Process XSD Validation Messages in the same way as RiseClipse Messages #106

Closed
dlabordus opened this issue Aug 23, 2022 · 0 comments · Fixed by #107
Closed

Process XSD Validation Messages in the same way as RiseClipse Messages #106

dlabordus opened this issue Aug 23, 2022 · 0 comments · Fixed by #107
Assignees
Labels
enhancement New feature or request

Comments

@dlabordus
Copy link

User Story

Process the XSD Validation Message like the RiseClipse message in a more structured way.
The RiseClipse message are split into RuleName, Linenumber and Message.
This can also be done for the XSD Message. The RuleName will always be 'XSD Validation'.
The Message and Linenumber can be retrieved from the SAX Parser Exception.

Maybe also extend the ValidationError with a variable (long) 'ColumnNumber' to also show this in OpenSCD.
If done, this also should be processed in the frontend, to be shown.

Acceptance criteria

The response message from the XSD should also be split into separate parts.

@dlabordus dlabordus added the enhancement New feature or request label Aug 23, 2022
@dlabordus dlabordus changed the title Process XSD Validation Messages in the same way as RiseClipse Messages. Process XSD Validation Messages in the same way as RiseClipse Messages Aug 23, 2022
@dlabordus dlabordus self-assigned this Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant