You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by chandru <cu...@connextive.com> on 2001/07/25 05:40:11 UTC

DTD Reading Urgent


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: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org