# HG changeset patch # User Eli Zaretskii # Date 1197717242 0 # Node ID 288134f0441fcd1eb785b6ed77a94ee8c781e939 # Parent 309bef8b751c06b2869a726ab076f1224e71b803 Renamed xhtml-list.rnc to xhtml-lst.rnc; all users changed. diff -r 309bef8b751c -r 288134f0441f etc/schema/xhtml-list.rnc --- a/etc/schema/xhtml-list.rnc Sat Dec 15 11:08:24 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -# List Module - -dl = element dl { dl.attlist, (dt | dd)+ } -dl.attlist = Common.attrib -dt = element dt { dt.attlist, Inline.model } -dt.attlist = Common.attrib -dd = element dd { dd.attlist, Flow.model } -dd.attlist = Common.attrib -ol = element ol { ol.attlist, li+ } -ol.attlist = Common.attrib -ul = element ul { ul.attlist, li+ } -ul.attlist = Common.attrib -li = element li { li.attlist, Flow.model } -li.attlist = Common.attrib -List.class = ul | ol | dl -Block.class |= List.class diff -r 309bef8b751c -r 288134f0441f etc/schema/xhtml-lst.rnc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/schema/xhtml-lst.rnc Sat Dec 15 11:14:02 2007 +0000 @@ -0,0 +1,16 @@ +# List Module + +dl = element dl { dl.attlist, (dt | dd)+ } +dl.attlist = Common.attrib +dt = element dt { dt.attlist, Inline.model } +dt.attlist = Common.attrib +dd = element dd { dd.attlist, Flow.model } +dd.attlist = Common.attrib +ol = element ol { ol.attlist, li+ } +ol.attlist = Common.attrib +ul = element ul { ul.attlist, li+ } +ul.attlist = Common.attrib +li = element li { li.attlist, Flow.model } +li.attlist = Common.attrib +List.class = ul | ol | dl +Block.class |= List.class diff -r 309bef8b751c -r 288134f0441f etc/schema/xhtml.rnc --- a/etc/schema/xhtml.rnc Sat Dec 15 11:08:24 2007 +0000 +++ b/etc/schema/xhtml.rnc Sat Dec 15 11:14:02 2007 +0000 @@ -10,7 +10,7 @@ include "xhtml-frames.rnc" include "xhtml-text.rnc" include "xhtml-hypertext.rnc" -include "xhtml-list.rnc" +include "xhtml-lst.rnc" include "xhtml-image.rnc" include "xhtml-ssismap.rnc" include "xhtml-base.rnc"