Tidy transforms "& " into "&"
"Ragnar Heil" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <00fa01c6ffe9$d99c4d80$16b2a8c0@amigito> |
Hi,
2 issues left with my tidy-work:
1) Tidy transforms a "&" in the source-xml into a "&" in the tidied
version. My XML-Importer cannot handle it
2) in a long <title>-string a wrap is produced like:
<title>my very long title blab la blab la
Blabla bla </title>
Importer also has got problems with it
My tidy.bat
tidy.exe --output-xhtml yes --show-body-only yes --new-blocklevel-tags
component,bblocation,title2,short_intro,long_intro,date,reference,category,i
mage_small,image_medium,image_large,body2,external_link_text1,external_link_
url1 --indent auto --write-back yes %1
regards
Ragnar