comparison dtd/news.dtd @ 123:7db449e89e92

Unified the use of the "name" attribute instead of "title".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 06:17:16 +0000
parents 2bf4cd2787c5
children be54c443235a
comparison
equal deleted inserted replaced
122:871ea104fdbf 123:7db449e89e92
1 <!ELEMENT news (event+) > 1 <!ELEMENT news (event+) >
2 <!ATTLIST news 2 <!ATTLIST news
3 title CDATA #REQUIRED 3 name CDATA #REQUIRED
4 link CDATA #REQUIRED 4 link CDATA #REQUIRED
5 lang CDATA #REQUIRED 5 lang CDATA #REQUIRED
6 > 6 >
7 7
8 <!ELEMENT event (para+) > 8 <!ELEMENT event (para+) >