◀
▤
▶
?
slide 8
SGML could change basic delimiters
(in the world before XML …)
The SGML Declaration let you change
STAGO
Start Tag Open
“<”
ETAGO
End Tag Open
“</”
TAGC
Tag Close
“>”
You could change the pointy brackets to read
STAGO = “$”
TAGC = “$”
ETAGO = “
¢
”
$name$Debbie$¢name$
?
◀
▤
▶