Re: validating xml schemas with the standard schema

HI
I need to associate a schema or dtd to an XML , i know it can be done using
the following-
< xsd:schema  xmlns:xsd="<http://www.w3.org/2001/XMLSchema>" 
elementFormDefault="qualified" 
xmlns:xsi="<http://www.w3.org/2001/XMLSchema-instance>" 
xsi:schemaLocation="<http://www.w3.org/2001/XMLSchema>  > 
I need some information on caching the dtd, in xerces
I am working with xerces 1.4 or 1.5 ( i can use both).
If there is now way of caching maybe there is a way to load the schema to
the parser so it will not need to do so every parsing event,
or any other better performance method that you know in xerces.

every information will helps.
Thak you very much in advance.



Avinoam illouz
newgenpay

056-556418

http://www.newgenpay.com

Received on Wednesday, 5 September 2001 09:43:46 UTC