Update of /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Nist/test/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14444/v1/test/XInclude-Test-Suite/Nist/test/docs
Modified Files:
nist-include-49.xml
Log Message:
Fixing bugs...
Index: nist-include-49.xml
===================================================================
RCS file: /cvsroot/mvp-xml/XInclude/v1/test/XInclude-Test-Suite/Nist/test/docs/nist-include-49.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nist-include-49.xml 29 Sep 2004 07:46:16 -0000 1.1
+++ nist-include-49.xml 22 Nov 2004 14:03:48 -0000 1.2
@@ -1,3 +1,6 @@
+<!DOCTYPE x [
+<!ENTITY e SYSTEM "../ents/004.ent">
+]>
<x xmlns:xinclude="http://www.w3.org/2001/XInclude">
<!-- Including another XML document that contains an unexpanded entity reference. -->
<xinclude:include href="../ents/extref.xml" parse="xml"/>
|