Hello,

I read a xml-document with the SAX-interface of the Xerces-J 1.0.3
package. I wrote my own DeclHandler and in this interface I rewrite the
function elementDecl(String name,String model). If the parse reaches the
following line in my xml-dtd

<!ELEMENT Foundation.Core.Element (XMI.extension*)? >
                                  ^^^^^^^^^^^^^^^^^

the parameter 'model' contains then "XMI.extension*?"

I guess it should be "(XMI.extension*)?"

Is is a bug or a feature?


Bye 

Jens

-- 
**********************************************************************
* Jens Muehlenhoff                                                   *
*                                                                    *
* student of Computer Science                                        *
*                                                                    *
* University of Paderborn (Germany)                                  *
*                                                                    *
* e-mail: [EMAIL PROTECTED]                                    *
**********************************************************************

Reply via email to