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/05/01 10:37:17 UTC

DO NOT REPLY [Bug 8617] - DTD validation issue (2.0.1 works - CVS version does not work)

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=8617>.
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=8617

DTD validation issue (2.0.1 works - CVS version does not work)





------- Additional Comments From george@sync.ro  2002-05-01 08:37 -------
I changed Character entity reference to Length as they are refering both to 
CDATA in table.ent and now the document is validated. 

<!ENTITY % cellhalign
  "align      (left|center|right|justify|char) #IMPLIED
   char       %Character;    #IMPLIED
   charoff    %Length;       #IMPLIED  "
  >

to

<!ENTITY % cellhalign
  "align      (left|center|right|justify|char) #IMPLIED
   char       %Length;    #IMPLIED
   charoff    %Length;       #IMPLIED  "
  >

I will attach the modified table.ent file.

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