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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
