- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Oct 2006 06:30:54 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/sgml-lib In directory hutz:/tmp/cvs-serv22674/htdocs/sgml-lib Modified Files: Tag: validator-0_7-branch xml.soc Log Message: Porting all changes related to the addition of the XHTML-Print REC to the 0.7 code branch, for inclusion in next maintenance release. http://www.w3.org/TR/xhtml-print/ Index: xml.soc =================================================================== RCS file: /sources/public/validator/htdocs/sgml-lib/xml.soc,v retrieving revision 1.16 retrieving revision 1.16.2.1 diff -u -d -r1.16 -r1.16.2.1 --- xml.soc 9 May 2005 07:59:19 -0000 1.16 +++ xml.soc 11 Oct 2006 06:30:52 -0000 1.16.2.1 @@ -53,6 +53,11 @@ PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN" "REC-xhtml-basic-20001219/xhtml-basic10-model-1.mod" +PUBLIC "-//W3C//DTD XHTML-Print 1.0//EN" + "REC-xhtml-print-20060920/xhtml-print10.dtd" +PUBLIC "-//W3C//ENTITIES XHTML-Print 1.0 Document Model 1.0//EN" + "REC-xhtml-print-20060920/xhtml-print10-model-1.mod" + -- XHTML + MathML + SVG -- @@ -67,7 +72,7 @@ PUBLIC "-//W3C//DTD SMIL 2.0//EN" "REC-smil20-20050107/SMIL20.dtd" PUBLIC "-//W3C//DTD SMIL 2.0 Basic//EN" "REC-smil20-20050107/SMIL20Basic.dtd" --- Framework utilities --- +-- Framework utilities -- PUBLIC "-//W3C//ENTITIES SMIL 2.0 Modular Framework 1.0//EN" "REC-smil20-20050107/smil-framework-1.mod" PUBLIC "-//W3C//ENTITIES SMIL 2.0 Datatypes 1.0//EN" @@ -79,7 +84,7 @@ PUBLIC "-//W3C//ENTITIES SMIL 2.0 Document Model 1.0//EN" "REC-smil20-20050107/smil-model-1.mod" --- SMIL 2.0 elements from section modules --- +-- SMIL 2.0 elements from section modules -- PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Document Structure//EN" "REC-smil20-20050107/SMIL-struct.mod" PUBLIC "-//W3C//ELEMENTS SMIL 2.0 Animation//EN"
Received on Wednesday, 11 October 2006 06:31:04 UTC