Slick V3.3 manual XML Beautifier Advanced Tab

Models: V3.3

1 568
Download 568 pages 2.03 Kb
Page 285
Image 285

XML

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:

263

Page 285
Image 285
Slick V3.3 manual XML Beautifier Advanced Tab