On 2 Apr 2007, at 07:11, Nicholas Orr wrote:
<Style>
<Data>Some text Here.</Data>
</Style>
<Style>
<Data>Some text Here.
Some more text here.</Data>
</Style>
That is a somewhat odd way of indenting XML. The normal way is to either have everything on one line (as in your first Data tag) or have the tags and content on separate lines, like so: Some text Here.
Some more text here.
This way it will also be indented properly by TM.