You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by "Edwards, Jayme" <JC...@software.rockwell.com> on 2001/06/05 21:58:35 UTC

Am I the only one using schema validation with Xerces?

Please, I've posted this issue two times already with no response - is anyone farmiliar with this section of the code?

Jayme

-----Original Message-----
From: Edwards, Jayme [mailto:JCEdwards@software.rockwell.com]
Sent: Thursday, May 24, 2001 1:04 PM
To: 'general@xml.apache.org'; 'xerces-dev@xml.apache.org'
Subject: IMPORTANT: Using substitutionGroup and/or abstract to
substitute types ( New File)


Please, we really need substitutiongroup or abstract type replacement support to get this product working. If any commiters can look at this error being thrown and figure out why the traverseSchema method is overwriting the bounds of an array I can even try fixing it myself. I'm just not real farmiliar with the xerces schema validation packages.

-Jayme

-----Original Message-----
From: Edwards, Jayme [mailto:JCEdwards@software.rockwell.com]
Sent: Wednesday, May 23, 2001 12:28 PM
To: Apache General XML Help Mailing List (E-mail); Apache Xerces-Dev
Mailing List (E-mail)
Subject: RE: Using substitutionGroup and/or abstract to substitute types
( New File)


I fixed a couple typos in the first zipfile - please try this with 1.4.0 It's behaving like it's substitutionGroup/abstract support is broken unless I'm missing something.

-Jayme

-----Original Message-----
From: Etienne Roy [mailto:eroy@us.ibm.com]
Sent: Wednesday, May 23, 2001 10:51 AM
To: general@xml.apache.org
Subject: Re: Using substitutionGroup and/or abstract to substitute types



Edwards,

I didn't try Xerces 1.4.0 yet, but with Xerces 1.3.1, you have to change
the URI of xsd: and xsi: namespaces to http://www.w3.org/2000/10/XMLSchema
and idem-instance
(/2001/ --> /2000/10/), that'll fix the two 'General Schema Errors'
And I think you meant imp:impChild in your instance instead of
imp:childType.
With those minor changes, that should work ok.

Regards

--
Etienne



|--------+--------------------------------->
|        |          "Edwards, Jayme"       |
|        |          <JCEdwards@software.roc|
|        |          kwell.com>             |
|        |                                 |
|        |          05/23/2001 09:51 AM    |
|        |          Please respond to      |
|        |          general                |
|        |                                 |
|--------+--------------------------------->
  >-----------------------------------------------------------------------------------------------------------|
  |                                                                                                           |
  |      To:     "Apache Xerces-Dev Mailing List (E-mail)" <xe...@xml.apache.org>, "Apache General XML   |
  |       Help Mailing List (E-mail)" <ge...@xml.apache.org>                                                |
  |      cc:                                                                                                  |
  |      Subject:     Using substitutionGroup and/or abstract to substitute types                             |
  |                                                                                                           |
  |                                                                                                           |
  >-----------------------------------------------------------------------------------------------------------|




Schema/Xerces gurus,

I have a need to create schemas that create types based off an existing
schema with a different target namespace then the one being extended and
use the new types in instance documents where the new element name in the
importing schema can be validated. I have tried Xerces 1.3.1 and 1.4.0's
schema support and am rather impressed with the level of support based off
the October/May specifications. However I cannot seem to get Xerces to
recognize substituted types in the 2 or so cases I have tried.

I've attached a zipfile with 3 files that can be used to reproduce a bug
that occurs when you try to do what i was describing. Unzip it to the
directory of your choice and place the version of xerces you want to use in
the directory you extracted to. Execute run.bat to run the validation case.

If anyone can please point me to what I need to do to get this type of
functionality to work with Xerces I would greatly appreciate it.

 <<substtest.zip>>
Jayme Edwards
Software Architect
Rockwell Software
JCEdwards@software.rockwell.com



---------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org

#### substtest.zip has been removed from this note on May 23 2001 by
Etienne Roy




---------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org


---------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org

---------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org


Re: Am I the only one using schema validation with Xerces?

Posted by Bill Schindler <de...@bitranch.com>.
You might have better luck posting to the Xerces Java developer 
list: xerces-j-dev@xml.apache.org

On Tuesday, June 5, 2001, at 12:58  PM, Edwards, Jayme wrote:

> Please, I've posted this issue two times already with no 
> response - is anyone farmiliar with this section of the code?
>
> Jayme