d6a06fe092
as possible.
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
<!DOCTYPE shref [
|
|
<!ELEMENT shref - - (netc|twit|twat)*>
|
|
<!ELEMENT netc - - (frob+)>
|
|
<!ELEMENT frob O O (twit)>
|
|
<!ELEMENT twit - O (#PCDATA)>
|
|
<!ELEMENT twat - - CDATA>
|
|
]>
|
|
<shref>
|
|
<netc/<frob><twit>This slash should end netc:/
|
|
<twat/This is a twat/
|
|
<twit/This is a simple shortref/
|
|
</shref>
|