Hi friends , while reading the dtd using the DTDReader(using the feature decl-handler,of parser) .the elements content model is giving the a normalised definition .The model will be normalized so that all parameter entities are fully resolved and all whitespace is removed,and will include the enclosing parentheses. how can i stop this,i want the un normalised definition of the element . 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]
