This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/sgml/Test/netc.sgml
2009-03-13 19:39:06 +00:00

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>