Re: Initial Maven build & test prototype for Xerces XSD 1.1 with GitHub cloud builds & tests on commits - earlier: Re: Seek for advice with Xerces xml-schema-1.1-tests

2024-09-13 Thread Svante Schubert
ar:4.13.2:test [INFO]\- org.hamcrest:hamcrest-core:jar:1.3:test No more JARs have to be bundled if this is working out! 🥳 Hope you are enjoying your Friday! Svante On Fri, 13 Sept 2024 at 02:33, Svante Schubert wrote: > Getting tired, just a quick correction: > >1. Co

Re: Initial Maven build & test prototype for Xerces XSD 1.1 with GitHub cloud builds & tests on commits - earlier: Re: Seek for advice with Xerces xml-schema-1.1-tests

2024-09-12 Thread Svante Schubert
Getting tired, just a quick correction: 1. Copied the tests of the "xml-schema-1.1-tests" git branch from "src" to "*src/test/java*" in the "xml-schema-1.1-dev" branch 2. Copied the test files of the "xml-schema-1.1-tests" git branch fr

Initial Maven build & test prototype for Xerces XSD 1.1 with GitHub cloud builds & tests on commits - earlier: Re: Seek for advice with Xerces xml-schema-1.1-tests

2024-09-12 Thread Svante Schubert
Dear Xerces-J users, I enabled a prototype of Maven for Xerces-j on top of the "xml-schema-1.1-dev" Git branch to build and test with Netbeans - any IDE supporting Maven, see https://github.com/svanteschubert/xerces-j/tree/maven-prototype Aimed to change as little as possible at the

Re: Seek for advice with Xerces xml-schema-1.1-tests

2024-09-12 Thread Svante Schubert
Can anyone please provide feedback if it can be produced that the AllXercesXSD11Tests <https://github.com/apache/xerces-j/blob/xml-schema-1.1-tests/src/org/apache/xerces/tests/AllXercesXSD11Tests.java> are failing? 1. for the downloaded Xerces 1.1 version <https://dlcdn.apache.or

Re: Seek for advice with Xerces xml-schema-1.1-tests

2024-09-12 Thread Svante Schubert
hrown when creating the Schema, even before the test: https://github.com/svanteschubert/xerces-j/blob/smoke-testing/src/org/apache/xerces/tests/ConditionalInclusionTests.java#L81 org.xml.sax.SAXParseException; systemId: file:///E:/dev/tausch/xml/xsd-debug/xml-schema-1.1-tests/data/version-control/

Re: Seek for advice with Xerces xml-schema-1.1-tests

2024-09-11 Thread Svante Schubert
Dear Xerces user group, Let me add the specification reference to the invalidness of the test file <https://github.com/apache/xerces-j/blob/xml-schema-1.1-tests/data/version-control/test37.xsd#L5> : https://www.w3.org/TR/xmlschema11-1/#concepts-nameSymbolSpaces *"But it is not p

Seek for advice with Xerces xml-schema-1.1-tests

2024-09-11 Thread Svante Schubert
Dear experts, I am in need of some advice using the new Xerces xml-schema-1.1-tests <https://github.com/apache/xerces-j/tree/xml-schema-1.1-tests>. The test suite of org.apache.xerces.tests.AllXercesXSD11Tests <https://github.com/apache/xerces-j/blob/xml-schema-1.1-tests/src/org/apac

RE: Xerces-J's experimental support for XML Schema 1.1

2024-03-18 Thread Michael Glavassevich
Hi Smails, I would consider the XML Schema 1.1 implementation in Xerces-J to be complete and stable now. The experimental phase was during the initial development and while the W3C specification was still evolving. Thanks. From: Smalis Sklavos Sent: Thursday, February 29, 2024 5:49 AM To: j

Xerces-J's experimental support for XML Schema 1.1

2024-02-29 Thread Smalis Sklavos
Hello Inhttps://xerces.apache.org/xerces2-j/releases.htmlit is written that "This release expands on Xerces-J's experimental support for XML Schema 1.1 by providing a fully compliant XML Schema 1.1 implementation. Could you please clarify if Xerces-J is still in experimental phase?

Re: Xerces2 Java 2.12.0 (XML Schema 1.1) in maven repository

2018-09-10 Thread Mukul Gandhi
, they're member of Xerces lists) published the XercesJ 2.12.0 release (the one, which doesn't have XML Schema 1.1), on Maven central. I think, the same folks could publish the XercesJ 2.12.0 release having XML Schema 1.1 implementation, to Maven central. > Is there a special reason to

Xerces2 Java 2.12.0 (XML Schema 1.1) in maven repository

2018-09-07 Thread Michael Maenz
Hello, Thanks for your great work first! And I’m a bit sad that Xerces2 with XML Schema 1.1 didn’t make it into Java 10. I would love to see it at least in the maven repository for simpler use. Using in local repository isn’t really a solution, we’re doing tests on ci-server with svg

XML schema 1.1

2016-06-21 Thread GRATZ Patrick (OP-EXT)
. However, according to the release notes of Xerces 2.11.0 the support of XML schema 1.1 is still experimental and partial. Is there already a roadmap for a complete and stable implementation in the future? Best regards, Patrick Gratz

Re: Problem building xml-schema-1.1-dev

2012-03-14 Thread Mukul Gandhi
my apologies for missing this code change. it was unintentional. Thanks, Michael. On Thu, Mar 15, 2012 at 5:15 AM, Michael Glavassevich wrote: > Hi Jorge, > > I see there was some refactoring done yesterday which caused this > compilation error. It's fixed now. > > Thanks for pointing it out. >

Re: Problem building xml-schema-1.1-dev

2012-03-14 Thread Michael Glavassevich
Hi Jorge, I see there was some refactoring done yesterday which caused this compilation error. It's fixed now. Thanks for pointing it out. Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org Jorge Williams wrote on 0

Problem building xml-schema-1.1-dev

2012-03-14 Thread Jorge Williams
The following seems to fix: diff --git a/samples/xs/XSSerializer.java b/samples/xs/XSSerializer.java index 400d28b..bdf1b6b 100644 --- a/samples/xs/XSSerializer.java +++ b/samples/xs/XSSerializer.java @@ -39,7 +39,7 @@ import org.apache.xerces.impl.xs.identity.Field; import org.apache.xerces.impl

Re: Support for XML Schema 1.1

2012-01-26 Thread Michael Glavassevich
Kishore Krishna M wrote on 01/26/2012 09:09:58 PM: > Hello, > I see that from the latest available versions of Xerces-J: > > The version supporting XML Schema 1.1 is in beta version && Xerces2 > Java 2.11.0 - zip  doesn?t seem to be supporting Schema 1.0. The beta ve

Support for XML Schema 1.1

2012-01-26 Thread Kishore Krishna M
Hello, I see that from the latest available versions of Xerces-J: The version supporting XML Schema 1.1 is in beta version && Xerces2 Java 2.11.0 - zip<http://apache.ziply.com/xerces/j/source/Xerces-J-tools.2.11.0.zip> doesn’t seem to be supporting Schema 1.0. Is my underst

Re: [Request] Xerces-J: XML Schema 1.1 feature feedback

2007-11-19 Thread Michael Glavassevich
tly exists in factory > > > methods that create the data objects from an XML instance document. > > > Putting these in Schema with help of Assertion is makes it more > > > portable. > > > > > > Appreciate the effort of collecting feedback while the

Re: [Request] Xerces-J: XML Schema 1.1 feature feedback

2007-11-15 Thread Prashant Reddy
nk you. > > > > -Prashant > > > > > > On Fri, 2007-11-09 at 17:01 -0500, Khaled Noaman wrote: > > > > > > Hi, > > > > > > The W3C Schema WG has released a last call working draft of XML Schema > > > 1.1 Part 1: Structures. We a

Re: [Request] Xerces-J: XML Schema 1.1 feature feedback

2007-11-15 Thread Michael Glavassevich
ost interested in and what scenarios they plan on using > > them in. > > > > Here's a summary of the major features introduced in the spec: > > > > All Group > > XML Schema 1.0 imposed many restrictions on groups. XML Schema > > 1.1 has relaxed sever

Fw: [Request] Xerces-J: XML Schema 1.1 feature feedback

2007-11-12 Thread Michael Glavassevich
but the > assertions and conditional inclusions (versioning) features sound the > most appealing to me, for whatever that's worth. > > -Nathan > > On Nov 9, 2007 4:01 PM, Khaled Noaman <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > The W3C Schema WG has re

Re: [Request] Xerces-J: XML Schema 1.1 feature feedback

2007-11-12 Thread Prashant Reddy
shant On Fri, 2007-11-09 at 17:01 -0500, Khaled Noaman wrote: > > Hi, > > The W3C Schema WG has released a last call working draft of XML Schema > 1.1 Part 1: Structures. We are considering implementing features from > this draft in Xerces-J. We would like to understand whi

Re: [Request] Xerces-J: XML Schema 1.1 feature feedback

2007-11-10 Thread Florian Wendland
_ XML Schema 1.0 imposed many restrictions on groups. XML Schema 1.1 has relaxed several of those constraints: * groups can now be extended by adding more members to them. * Wildcards are now allowed. * Particles in groups can now have the value of maxOccurs be greater t

Re: [Request] Xerces-J: XML Schema 1.1 feature feedback

2007-11-09 Thread Eric J. Schwarzenbach
ere some XPath assertions were just the needed thing (and often ended up getting implemented in other tools for checks at other stages of content processing). Eric Schwarzenbach Khaled Noaman wrote: > > Hi, > > The W3C Schema WG has released a last call working draft of XML Schema &g

[Request] Xerces-J: XML Schema 1.1 feature feedback

2007-11-09 Thread Khaled Noaman
Hi, The W3C Schema WG has released a last call working draft of XML Schema 1.1 Part 1: Structures. We are considering implementing features from this draft in Xerces-J. We would like to understand which features users are most interested in and what scenarios they plan on using them in