Vocabularyxml .
writer Variable descriptionContains 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 valueCurrent value in global namespace:
Definition