Author: sparky Date: Mon Feb 8 00:34:48 2010 GMT Module: packages Tag: HEAD ---- Log message: - added TODO: modules required for xhtml11.dtd; flat version works as expected
---- Files affected: packages/xhtml-dtd11-xml: xhtml-dtd11-xml.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/xhtml-dtd11-xml/xhtml-dtd11-xml.spec diff -u packages/xhtml-dtd11-xml/xhtml-dtd11-xml.spec:1.1 packages/xhtml-dtd11-xml/xhtml-dtd11-xml.spec:1.2 --- packages/xhtml-dtd11-xml/xhtml-dtd11-xml.spec:1.1 Mon Feb 8 01:18:20 2010 +++ packages/xhtml-dtd11-xml/xhtml-dtd11-xml.spec Mon Feb 8 01:34:43 2010 @@ -1,4 +1,7 @@ # $Revision$, $Date$ +# TODO: +# - xhtml11.dtd requires http://www.w3.org/TR/xhtml-modularization/ +# to work, should those modules be included here or as separate spec ? %define major 1 %define minor 1 %define micro %{nil} @@ -57,11 +60,11 @@ $RPM_BUILD_ROOT%{catalog} xmlcatalog --noout -add public \ "-//W3C//DTD XHTML 1.1//EN" \ - xhtml11-flat.dtd \ + xhtml11.dtd \ $RPM_BUILD_ROOT%{catalog} xmlcatalog --noout -add public \ - "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" \ - xhtml11-model-1.mod \ + "-//W3C//DTD XHTML 1.1//EN" \ + xhtml11-flat.dtd \ $RPM_BUILD_ROOT%{catalog} install DTD/* $RPM_BUILD_ROOT%{_datadir}/sgml/html/xml-dtd-%{v_er} @@ -88,7 +91,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/02/08 00:34:43 sparky +- added TODO: modules required for xhtml11.dtd; flat version works as expected + Revision 1.1 2010/02/08 00:18:20 sparky - NEW: dtd for xhtml 1.1 - can anyone finish it, please ? - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xhtml-dtd11-xml/xhtml-dtd11-xml.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
