- From: Avinoam Illouz <avinoam@newgenpay.com>
- Date: Wed, 5 Sep 2001 08:06:38 -0400 (EDT)
- To: "'xmlschema-dev@w3.org'" <xmlschema-dev@w3.org>
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