From: Oleg T. <he...@us...> - 2004-10-18 18:19:33
|
Update of /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Nist/result In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23707/v1/test/XInclude-Test-Suite/Nist/result Modified Files: nist-include-29.xml nist-include-30.xml Log Message: Testing... Index: nist-include-30.xml =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Nist/result/nist-include-30.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- nist-include-30.xml 29 Sep 2004 07:46:15 -0000 1.1 +++ nist-include-30.xml 18 Oct 2004 18:19:23 -0000 1.2 @@ -1,10 +1,10 @@ <?xml version="1.0"?> <!DOCTYPE x [ -<!ELEMENT x (family)*> -<!ELEMENT family (#PCDATA)> -<!ATTLIST family fnumber ID #REQUIRED> -<!ATTLIST family father IDREF #IMPLIED> -<!ATTLIST family mother IDREF #IMPLIED> + <!ELEMENT x (family*)> + <!ELEMENT family (#PCDATA)> + <!ATTLIST family fnumber ID #REQUIRED> + <!ATTLIST family father IDREF #IMPLIED> + <!ATTLIST family mother IDREF #IMPLIED> ]> <x xmlns:xinclude="http://www.w3.org/2001/XInclude"> <!-- Including another XML document with ids using a shorthand pointer. --> Index: nist-include-29.xml =================================================================== RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Nist/result/nist-include-29.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- nist-include-29.xml 29 Sep 2004 07:46:15 -0000 1.1 +++ nist-include-29.xml 18 Oct 2004 18:19:23 -0000 1.2 @@ -1,10 +1,10 @@ <?xml version="1.0"?> <!DOCTYPE x [ -<!ELEMENT x (family)*> -<!ELEMENT family (#PCDATA)> -<!ATTLIST family fnumber ID #REQUIRED> -<!ATTLIST family father IDREF #IMPLIED> -<!ATTLIST family mother IDREF #IMPLIED> + <!ELEMENT x (family*)> + <!ELEMENT family (#PCDATA)> + <!ATTLIST family fnumber ID #REQUIRED> + <!ATTLIST family father IDREF #IMPLIED> + <!ATTLIST family mother IDREF #IMPLIED> ]> <x xmlns:xinclude="http://www.w3.org/2001/XInclude"> <!-- Including another XML document with ids using a shorthand pointer. --> |