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 bu...@apache.org on 2002/07/17 20:22:05 UTC

DO NOT REPLY [Bug 10913] New: - unexpected: [Fatal Error] BIND.dtd:155:32: A '(' character or an element type is required in the declaration of element type "BIND-bid"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10913>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10913

unexpected: [Fatal Error]  BIND.dtd:155:32: A '(' character or an element type is required in the declaration of element type "BIND-bid"

           Summary: unexpected: [Fatal Error]  BIND.dtd:155:32: A '('
                    character or an element type is required in the
                    declaration of element type "BIND-bid"
           Product: Xerces2-J
           Version: 2.0.2
          Platform: PC
               URL: ftp://ftp.bind.ca/BIND/spec/xmldtd/BIND.dtd
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: SAX
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: aarenson@iupui.edu


Given a dtd with lines like:

<!ELEMENT BIND-bid ( %INTEGER; )>

I get the following error:

[Fatal Error] BIND.dtd:155:32: A '(' character or an element type is required in
the declaration of element type "BIND-bid".

There are close to 90 lines like the one above in the dtd I'm attempting to use.
Commenting out the first few lines simply leads to similar errors on a later line.

My knowledge of XML and dtds is scant, but from what I've been able to determine
 so far, there's nothing wrong with the line that's being flagged with a fatal
error.

The file referenced above comes from a different organization than the one at
which I work.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org