BODY-tag changes its position after using tidy
"Ragnar Heil" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Organization | Starsky Consultants |
| Message-ID | <009301c6eb80$079c1a90$17b2a8c0@Amigito> |
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