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:
>
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
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
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
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,
'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
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
--