CenPC434 / java-tools

Java libraries to support EN 16931
Apache License 2.0
4 stars 5 forks source link

XML Validation #3

Closed cryptolopes closed 4 years ago

cryptolopes commented 4 years ago

Hi, Can you provide more information about the usage of validator? It is possible to validate not only the core specification but also an extension by using the properly schema?

8a1843139a2874d9068ee389be91ff126eb629f5

phax commented 4 years ago

Sorry for the delay. Basically the "Schematron validation tool" contained in here is a "generic" validator so it can be used generically. The tools in this repository are not specific to any particular version of the EN 16931 validation artefacts. Does that help you? BR, Philip

cryptolopes commented 4 years ago

Does that help you?

Thx for your feedback. It doesn't help but is a beginning.

phax commented 4 years ago

I suggest you look at https://github.com/phax/ph-bdve - it's a fully fledged engine with XSD and Schematron and out-of-the box EN 16031 support...

cryptolopes commented 4 years ago

I suggest you look at https://github.com/phax/ph-bdve

Thx 🤗