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=25246>. 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=25246 Error of DTD validation Summary: Error of DTD validation Product: Xerces2-J Version: 2.6.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority: Other Component: DTD AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have this declaration in a DTD: <!ELEMENT CustomFieldType (TextFieldDef | IntegerFieldDef | HtmlFieldDef | BlobFieldDef | DateTimeFieldDef | URLFieldDef | ListFieldDef | DocRefFieldDef | NumberFieldDef)+> And another element declared elsewhere: <!ELEMENT CustomFieldDef EMPTY> Xerces accept the following xml document containing: <CustomFieldType> <CustomFieldDef /> </CustomFieldType> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
