BODY-tag changes its position after using tidy

 HI

My source-xml has got a structure like
<component>
<short_intro>...</short_intro>
<date>....</date>
<body>...</body>
</component>

Afer the transformation with tidy I get back
<body>
<component>
<short_intro>...</short_intro>
<date>....</date>
</component>
</body>

How can I disable it? I told him to use output:XML and did not mention
somewhere that I want to have HTML or XHTML.


Regards
Ragnar

Received on Monday, 9 October 2006 08:51:09 UTC