This section lists Blend directives related to output control.
pc:comment-of
Outputs an XML comment node to the result tree.
pc:copy-of
Outputs a fragment of XML literal result elements to the result tree.
pc:hideme
Removes the current element node from the result tree.
pc:processing-instruction
Outputs an XML processing instruction node to the result tree.
pc:return
Narrows output XML down to a desired subset of nodes.
pc:text
Outputs an XML text node to the result tree.
pc:value-of
Outputs a string value to the result tree.
pc:ignorewhitespace
Strips, from the script output, all whitespace (newlines, tabs, spaces) that can be identified as irrelevant.
pc:indent
Produces "tidy XML" by applying indentation to your output XML.
pc:indentchars
Determines the sequence of characters by which you want to indent lines of XML output.
pc:nbs
Produces a non-breaking space character.
pc:newline
Produces a newline character.
pc:non-breaking-space
pc:tab
Produces a tab character.