Experiment with porting SGML to YAP, and trying to preserve SWI code as much
as possible.
This commit is contained in:
12
packages/sgml/Test/netc.sgml
Normal file
12
packages/sgml/Test/netc.sgml
Normal file
@@ -0,0 +1,12 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user