I have overseen something in the JavaDocs of JAXP. I have changed my code and now all works fine. Thanks Thomas Andy Clark <[EMAIL PROTECTED]> am 05.07.2001 04:44:35 Bitte antworten an [EMAIL PROTECTED] An: [EMAIL PROTECTED] Kopie: Thema: Re: Antwort: Re: Entity Resolver and Xerces 1.4.1 [EMAIL PROTECTED] wrote: > In SGML it is a common and well proven technic only to use the PUBLIC > identifier to reference the grammar. I know my opinion is contradictory with SGML users but I think that the public identifier is redundant and ultimately not very useful. You can alias external entities just as easily with the systemId URI which has the added benefit that it actually means something. The EntityResolver registered with the parser *is* called for both the DTD external subset and for resolving XML Schema grammar documents. This seems like enough to me. What more are you asking for? -- Andy Clark * IBM, TRL - Japan * [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]
