Re: Using xmlcatalog in schema-validation

2006-12-18 Thread Steve Loughran
Caleandro wrote: Hi Ant users, I need to validate a Soap-message against a compound schema, (yes!, a very common problem today ;-). I need to map two components of the schema (of soap-body part) with other resources with respect of those declared in the including schema. Something like this:

R: R: Using xmlcatalog in schema-validation

2006-12-18 Thread Caleandro
ards, Vito > -Messaggio originale- > Da: Peter Reilly [mailto:[EMAIL PROTECTED] > Inviato: lunedì 18 dicembre 2006 9.53 > A: Ant Users List > Oggetto: Re: R: Using xmlcatalog in schema-validation > > > I notice that the URI used does not have > a protocol, perhaps y

Re: R: Using xmlcatalog in schema-validation

2006-12-18 Thread Peter Reilly
cembre 2006 6.53 A: Ant Users List Oggetto: Re: Using xmlcatalog in schema-validation Hello Caleandro, you might need to have xml-resolver.jar installed under $ANT_HOME/lib. The install.html lists this : resolver.jar 1.1beta or later xmlcatalog datatype only if support for external catalog files

R: Using xmlcatalog in schema-validation

2006-12-18 Thread Caleandro
-Messaggio originale- Da: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Inviato: sabato 16 dicembre 2006 6.53 A: Ant Users List Oggetto: Re: Using xmlcatalog in schema-validation Hello Caleandro, you might need to have xml-resolver.jar installed under $ANT_HOME/lib. The install.html lists this

Re: Using xmlcatalog in schema-validation

2006-12-15 Thread Antoine Levy-Lambert
Hello Caleandro, you might need to have xml-resolver.jar installed under $ANT_HOME/lib. The install.html lists this : resolver.jar 1.1beta or later xmlcatalog datatype only if support for external catalog files is desired http://xml.apache.org/commons/. Regards, Antoine On Dec 15, 2006,

Using xmlcatalog in schema-validation

2006-12-15 Thread Caleandro
Hi Ant users, I need to validate a Soap-message against a compound schema, (yes!, a very common problem today ;-). I need to map two components of the schema (of soap-body part) with other resources with respect of those declared in the including schema. Something like this: main schema: http