I have a system that handles a small, fixed set of XML Document Types each
with large complex DTDs.
I have found that when I parse/validate the documents, the majority of the
processing time is spent parsing the DTDs.
Is it possible to save the results of the DTD parsing and reuse this data
when parsing the documents?

Thanks,
Mike

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

Reply via email to