Handbook
Glossary
indenter
Writing XML
Prev:
sensitive-tags
Vocabulary
xml
.
writer
Variable description
Contains the string used for indentation in the XML prettyprinter. For example, to print an XML document using
%%%%
for indentation, you can do the following:
USING: xml.syntax xml.writer namespaces ; [XML <foo>bar</foo> XML] "%%%%" indenter [ pprint-xml ] with-variable
<foo> %%%%bar </foo>
Variable value
Current value in global namespace:
" "
Definition
IN:
xml.writer
SYMBOL:
indenter
inline