Re: Use of XMLCatalogResolver

2007-12-05 Thread Simon Bøggild
ldsig-core-schema.xsd file, and that's when I noticed that datatypes.dtd was necessary. Thanks, Simon On Dec 3, 2007 8:32 PM, Simon Bøggild <[EMAIL PROTECTED]> wrote: > Hi Michael, > > The problem seems to be this initial declaration in the > xmldsig-core-schema.xsd: >

Re: Use of XMLCatalogResolver

2007-12-03 Thread Simon Bøggild
ave you tried opening an > InputStream for this URI yourself with java.net.URL? > > Thanks. > > Michael Glavassevich > XML Parser Development > IBM Toronto Lab > E-mail: [EMAIL PROTECTED] > E-mail: [EMAIL PROTECTED] > > "Simon Bøggild" <[EMAIL PROTECTED]> w

Use of XMLCatalogResolver

2007-12-02 Thread Simon Bøggild
Hi, I'm trying to use XMLCatalogResolver as the ResourceResolver for a SchemaFactory when validating schemas. I've created a catalog file following the http://www.oasis-open.org/committees/entity/spec-2001-08-06.html. In the schemas that I check I have references to external schemas on the Interne

Re: SchemaFactory - check of non-valid imports

2007-11-21 Thread Simon Bøggild
gt; XML Parser Development > IBM Toronto Lab > E-mail: [EMAIL PROTECTED] > E-mail: [EMAIL PROTECTED] > > "Simon Bøggild" <[EMAIL PROTECTED]> wrote on 11/20/2007 05:05:25 AM: > > > > Hi, > > > > When using SchemaFactory to load and check a schem

SchemaFactory - check of non-valid imports

2007-11-20 Thread Simon Bøggild
Hi, When using SchemaFactory to load and check a schema file, it seems to ignore if the schema imports other schemas that doesn't exist. If for instance there's a typo in the import line in the schema: , where the "file.xsdd" should have been written as "file.xsd", this seems to be ignored. Sure,

Re: Validating a xsd schema file

2007-11-16 Thread Simon Bøggild
'm not sure how SQC works but XMLSchema is XML and thus it can be > > validated as any other xml file. > > > > i believe (i'm a little rusty) that XMLSchemas are instances of > > XMLSchema.xsd and that uses XMLSchema.dtd > > > > that assumes you want to val

Validating a xsd schema file

2007-11-15 Thread Simon Bøggild
Hi, I would like to know if it's possible (and how) to use Xerces to perform Schema validation in the same manner as SQC (Schema Quality Checker from IBM). That is, to validate the correctness of the schema file itself without looking at any instances of it. Regards, Simon --