It would be helpful if you could post your schema, so we can have a look at it.

Khaled

Carlo Agopian wrote:

> No, I don't have full schema validation turned on:
>
>         parser->setValidationSchemaFullChecking(FALSE);
>
> Do you think that >25 seconds is unusually long?
>
> Carlo
> [EMAIL PROTECTED]
>
> -----Original Message-----
> From: Khaled Noaman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 07, 2002 7:24 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Schema validation time >25 secs
>
> Hi Carlo,
>
> If you are enabling the full schema checking option, you can speed up
> validation by disabling that option. With full schema checking enabled, the
> parser will perform UPA and Particle derivation consitency checking which is
> process and memory intensive.
>
> Khaled
>
> Carlo Agopian wrote:
>
> > All,
> >
> > I've been experiencing schema validation time using the DOMParser and
> > SAXParser class greater than 25 seconds.  Is it expected to take that
> long?
> > The XML instance document size is just ~500 bytes, but the combined size
> of
> > the schemas is ~400 kbytes.  When I turn off validation, parsing occurs
> > almost instantaneously.  Is there a way to speed up schema validation?
> >
> > Thanks,
> >
> > Carlo
> > [EMAIL PROTECTED]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to