OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SAX2 - Entity References



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