indenter - Factor Documentation

indenter
Writing XML



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

AltStyle によって変換されたページ (->オリジナル) /