(making it readable would be a good idea...)
[specialops2.git] / res / userhtml.dtd
blob426a05d8a5e7aa671b6c8e02155db1c0403d16ea
1 <!--
2 Needs something like this (this syntax is a bunch of made-up css/pregex crap):
4 div { // root element
5 block // can't be empty
8 block {
9 blockquote { block }
10 p { content }
11 pre { content }
12 ol|ul { li }
13 dl { dt|dd }
16 inline {
17 li|dt|dd { block|content }
18 em|strong|abbr|dfn|acronym|code|var|samp|kbd|sup|sub|q|cite|ins|del|small { content }
21 content {
22 inline
23 text
25 -->