Cirip Tomas wrote: > Is there any way to get DTD grammar from a parser after parsing XML > file?
...as an object with convenient API that you can access? No. But we're looking at grammar caching for DTDs now and also the DOM L3 abstract schemas implementation for DTDs. So we will have what you need in time. At the moment, though, you'll have to register the appropriate DTD handler(s) to receive the information that you need and build whatever grammar object you want. -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
