Hi friends , 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. Expecting your mail soon.... from chandra sekhar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
