Re: Resolving multiple XSDs/namespaces

2007-01-30 Thread Jo Vandermeeren
Hi Michael, The example I posted is just an example of the structure of the document.. The real documents contain schemaLocation attributes so they can be resolved by an entity resolver.. Anyway.. I tried your example of an EntityResolver-free handler. Setting the schema locations this way is a

Re: Resolving multiple XSDs/namespaces

2007-01-29 Thread Michael Glavassevich
Hi Jo, Your example doesn't contain any schemaLocation attributes. If your document really looks like that I wouldn't expect your EntityResolver [1] to be called. There's no schema location to report to it. If you were expecting to resolve the schema documents based on their target namespace y

Re: Resolving multiple XSDs/namespaces

2007-01-29 Thread Stanimir Stamenkov
/Jo Vandermeeren/: I want to parse and validate the entire message in 1 run, and need to use 2 XSD schemas. The XSD's used for validation are packaged inside our application and need to be resolved locally.. I can attach an EntityResolver on the parser, but only one call is issued to resolve t

Re: Resolving multiple XSDs/namespaces

2007-01-29 Thread Bullotta, Rick
don't see it by tomorrow. - Rick *** Sent via BlackBerry -Original Message- From: Jo Vandermeeren <[EMAIL PROTECTED]> To: j-users@xerces.apache.org Sent: Mon Jan 29 05:07:19 2007 Subject: Re: Resolving multiple XSDs/namespaces Rick, Thanks for your response. Both sc

Re: Resolving multiple XSDs/namespaces

2007-01-29 Thread Jo Vandermeeren
ation. - Rick *** Sent via BlackBerry -Original Message- From: Jo Vandermeeren <[EMAIL PROTECTED]> To: j-users@xerces.apache.org Sent: Mon Jan 29 01:21:29 2007 Subject: Resolving multiple XSDs/namespaces Hi fellow xerces users, The project I'm working on uses XML as transpo

Re: Resolving multiple XSDs/namespaces

2007-01-29 Thread Bullotta, Rick
:21:29 2007 Subject: Resolving multiple XSDs/namespaces Hi fellow xerces users, The project I'm working on uses XML as transport wrapper for data, much like a SOAP wrapper that contains XML content. I want to parse and validate the entire message in 1 run, and need to use 2 XSD schemas. Th

Resolving multiple XSDs/namespaces

2007-01-29 Thread Jo Vandermeeren
Hi fellow xerces users, The project I'm working on uses XML as transport wrapper for data, much like a SOAP wrapper that contains XML content. I want to parse and validate the entire message in 1 run, and need to use 2 XSD schemas. The XSD's used for validation are packaged inside our application