You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@apache.org on 2001/05/15 03:18:11 UTC

cvs commit: xml-xalan/test/tests/conf/match match11.xml

sboag       01/05/14 18:18:11

  Modified:    test/tests/conf/match match11.xml
  Log:
  Fixed DTD internal subset so that the XML will pass validation.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf/match/match11.xml
  
  Index: match11.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/match/match11.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- match11.xml	2000/12/15 19:28:19	1.1
  +++ match11.xml	2001/05/15 01:18:09	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <!DOCTYPE doc [
     <!ELEMENT doc (a*)>
  -  <!ELEMENT a EMPTY>
  +  <!ELEMENT a (#PCDATA)>
     <!ATTLIST a  id ID #REQUIRED>
   ]>
   <doc>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org