Discussion:
[Exist-open] xsd 1.1
Eduard Drenth
2017-06-21 15:01:34 UTC
Permalink
Dear all,

Can xerces in exist be configured to use xsd 1.1 validators?

Eduard Drenth, Software Architekt

***@fryske-akademy.nl

Doelestrjitte 8
8911 DX Ljouwert
+31 58 234 30 47
+31 62 094 34 28 (privé)

gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43
Eduard Drenth
2017-06-22 05:17:38 UTC
Permalink
My own answer after browsing to the code and reading the docs: no.

Why I ask is because I would like to have all vaildation in one technique (xsd 1.1) including assertions and use that in auto validation.

Looking here http://xerces.apache.org/mirrors.cgi#binary xsd 1.1 support is still BETA? Also assertions in xsd 1.1 do not seem to allow custom messages.

Perhaps I should write or use a Trigger and validate against schematron files generated from TEI odd.

Eduard Drenth, Software Architekt

***@fryske-akademy.nl

Doelestrjitte 8
8911 DX Ljouwert
+31 58 234 30 47
+31 62 094 34 28 (privé)

gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43

________________________________________
From: Eduard Drenth <***@fryske-akademy.nl>
Sent: Wednesday, June 21, 2017 5:01 PM
To: exist-***@lists.sourceforge.net
Subject: [Exist-open] xsd 1.1

Dear all,

Can xerces in exist be configured to use xsd 1.1 validators?

Eduard Drenth, Software Architekt

***@fryske-akademy.nl

Doelestrjitte 8
8911 DX Ljouwert
+31 58 234 30 47
+31 62 094 34 28 (privé)

gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Exist-open mailing list
Exist-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/exist-open
Adam Retter
2017-06-22 18:19:28 UTC
Permalink
If you swap out the xerces 2.11 jar for the version which supports XSD 1.1.
then it might well just work.
Post by Eduard Drenth
Dear all,
Can xerces in exist be configured to use xsd 1.1 validators?
Eduard Drenth, Software Architekt
Doelestrjitte 8
8911 DX Ljouwert
+31 58 234 30 47
+31 62 094 34 28 (privé)
gpg: https://sks-keyservers.net/pks/lookup?op=get&search=
0x065EF82A1E02CC43
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
--
Adam Retter

eXist Developer
{ United Kingdom }
***@exist-db.org
irc://irc.freenode.net/existdb
Dannes Wessels
2017-06-22 20:34:09 UTC
Permalink
some other JARS need to be put on the classpath too
.
If you swap out the xerces 2.11 jar for the version which supports XSD 1.1. then it might well just work.
Loading...