Documentation Center

saveWithIndentation

This topic describes the SaveWithIndentation element

Description

Use the SaveWithIndentation element if you want SDL Xopus to save your XML nicely indented. The contents of the element is used as the indentation. For example, if you want to indent your document with a single tab per level, then use:

<x:miscellaneous>
  <x:saveWithIndentation>&#9;</x:saveWithIndentation>
</x:miscellaneous>

SDL Xopus will only insert insignificant whitespace. So no indentation will be added to mixed content elements.

Namespace

http://www.xopus.com/xmlns/config

Parent Element

miscellaneous

History

VersionEvent
Xopus 4.3.1Introduction