Handbook
Glossary
unescaped
XML data types
ยป
XML data classes
Prev:
instruction
Next:
element-decl
Vocabulary
xml
.
data
Class description
When constructing XML documents to write to output, it can be useful to splice in a string which is already written. This tuple type allows for that. Printing an
unescaped
is the same as printing its
string
slot.
See also
<unescaped>
Definition
IN:
xml.data
TUPLE:
unescaped
string
;
Methods
USING:
accessors
io
xml.data
xml.writer
;
M:
unescaped
write-xml
string>>
write
;