|
Home >Online Product Documentation >Table of Contents >Specifying Format Specifying FormatThere are several ways to exercise control over the format of the XML document output by a custom XML conversion definition.
l Indenting - By default, Stylus Studio indents the XML generated by a custom XML conversion definition. You can remove indenting by changing the value of the Indent XML? property to False.
l Whitespace - The Normalize Whitespace property converts tabs, carriage returns, and line-feeds to spaces. Leading and trailing whitespaces are then removed, and any two or more consecutive whitespaces are collapsed to a single space.
l XML Schema - The XML Schema Document property allows you to specify the XML Schema you want to associate with the XML output. There are also fields that allow you to specify System and Public DTDs.
|