You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Philippe MOUAWAD <ph...@effix.fr> on 2000/07/10 11:23:32 UTC

Bug in DeclHandler


Hello all,
I implement org.xml.sax.ext.DeclHandler to get
DTD ELEMENT and ATTLIST declarations.
For this declaration :
     <!ELEMENT E_ONE_OR_ZEROS ((E_ONE_OR_ZERO)?)*>
I get :
      <!ELEMENT E_ONE_OR_ZEROS E_ONE_OR_ZERO?*>
Can you fix it ?
Thanks.