Advanced tab, Xml beautifier: advanced tab – Slick EDIT V3.3 User Manual

Page 285

Advertising
background image

ginal source file. By trailing comments, we mean comments which appear at the end of lines which
contain tags.

Original relative column - When on, "trailing comments" are indented by reusing the indent after the

last character of the end of the statement or declaration of the original source file. By trailing com-
ments, we mean comments which appear at the end of lines which contain tags.

The following is an example of code before beautifying trailing comments:

<Outer>

<Inner><four characters><!-- trailing comment -->

</Inner>

</Outer>

The resulting code would be:

<Outer>

<Inner><four characters><!-- trailing comment -->

</Inner>

</Outer>

Advanced Tab

Figure 7.20. XML Beautifier: Advanced Tab

The following option is available on the Advanced tab:

XML

263

Advertising