Hi friends ,
Iam using the xerces-j 1.4.2 ,with property of declaration-handler for SAX parser.
while reading the dtd using the DTDReader .the elements content model is
giving the a normalised definition .
e.g:
<!ELEMENT NOE (%_NOE_;)>
<!ENTITY % _NOE_ (Msgfun,getInfo,(Reader))>
what iam expecting is:
element name : NOE
content Mode: (%_NOE)
what the parser informs in DeclHandler is
element name : NOE
content Mode: (Msgfun,getInfo,(Reader))
how can i regain the original declarations.i.e with out the normalisation.
which are the classes i can extend ,which all i have to overwrite..
Expecting your mail soon....
from
chandra sekhar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]