Thanks Joe for your hints. How about SAX? Is there a way to get parameter 
entities in the dtd using the SAX API?


>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: How to read entities in an external DTD?
>Date: Tue, 22 May 2001 10:41:04 -0400
>
>
>DOM Level 2: Use DocumentType's getEntities() method, examine the Entity
>nodes contained in that NamedNodeMap. Note this this information may not be
>available if you didn't validate, and that parameter entities are NOT
>represented here.
>
>DOM Level 3 will be adding more APIs for the DTD/Schema information.
>Parameter entities will probably not be supported there either; a
>syntax-level macro facility is an absolute monstrosity to try to represent
>in a semantic model.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


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

Reply via email to