keep-blanks

Usage

keep-blanks expression

Aliases

keep_blanks

Description

Allows you to turn on/off preserving the parser's default behavior of preserving all whitespace in the document. Setting this option to 0, instructs the XML parser to ignore whitespace occurring between adjacent element nodes, so that no extra text nodes are created for it.

This command is equivalent to setting the $KEEP_BLANKS variable.