[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SAX2 - Entity References
- From: Tim Shaw <tim@everserve.co.uk>
- To: xml-dev@lists.xml.org
- Date: Wed, 21 Feb 2001 23:59:09 +0000
Hi,
I'm writing a schema handler, and would like to translate Entity
References in DTD Entity Content Models (CM) for myself from previously
stored declarations.
When I receive the CM string however (in the
org.xml.sax.ext.DeclHandler.elementDecl method) I only receive the
already 'de-referenced' CM.
Is there any (official) hook into getting the CM string before the
de-referencing has been done?
I am using Apache/Java.
Thanks
tim