diff options
author | robbat2 <robbat2> | 2009-12-03 09:43:39 +0000 |
---|---|---|
committer | robbat2 <robbat2> | 2009-12-03 09:43:39 +0000 |
commit | d4b16084d822eded1fac2f6d5e41e087e99a4d08 (patch) | |
tree | 87d054c3505dac478d421e2a1e41717d7347fe1f | |
parent | Bug #293434: Give the <mirrorlist> element a new argument of the path to the ... (diff) | |
download | www-redesign-d4b16084d822eded1fac2f6d5e41e087e99a4d08.tar.gz www-redesign-d4b16084d822eded1fac2f6d5e41e087e99a4d08.tar.bz2 www-redesign-d4b16084d822eded1fac2f6d5e41e087e99a4d08.zip |
Bug 293434: Change mirrorgroup, mirror and country to zero-or-more instances to make initial population of the Portage mirror file easy.
-rw-r--r-- | xml/htdocs/dtd/mirrors.dtd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xml/htdocs/dtd/mirrors.dtd b/xml/htdocs/dtd/mirrors.dtd index fa81dcf8..eb37fc27 100644 --- a/xml/htdocs/dtd/mirrors.dtd +++ b/xml/htdocs/dtd/mirrors.dtd @@ -1,4 +1,4 @@ -<!-- $Header: /home/antarus/code/conversion/gentoo/xml/htdocs/dtd/mirrors.dtd,v 1.2 2008/01/13 16:16:21 neysx Exp $ --> +<!-- $Header: /home/antarus/code/conversion/gentoo/xml/htdocs/dtd/mirrors.dtd,v 1.3 2009/12/03 09:43:39 robbat2 Exp $ --> <!-- This file is used for keeping the new mirrors.xml file --> <!-- @@ -16,7 +16,7 @@ </mirrors> --> -<!ELEMENT mirrors (mirrorgroup+, countries)> +<!ELEMENT mirrors (mirrorgroup*, countries)> <!-- element: mirrorgroup @@ -30,7 +30,7 @@ </mirrorgroup --> -<!ELEMENT mirrorgroup (mirror+)> +<!ELEMENT mirrorgroup (mirror*)> <!ATTLIST mirrorgroup region CDATA #REQUIRED country IDREF #REQUIRED> <!-- @@ -71,7 +71,7 @@ <country code="CA">Canada</country> <countries> --> -<!ELEMENT countries (country+)> +<!ELEMENT countries (country*)> <!-- element: country |