Package: tidy
Version: 20091223cvs-1
Tags: upstream
tidy --drop-proprietary-attributes y --bare y --drop-font-tags y \
--word-2000 y --clean y --quiet y --show-body-only y --show-warnings n
body1 > body2
line 22 column 13 - Error: <o:smarttagtype> is not recognized!
line 290 column 3 - Error: <st1:personname> is not recognized!
line 290 column 49 - Error: <st1:personname> is not recognized!
Maybe tidy should have an option to zap all tags that have colons in
them or something.
OK, I now first run it through perl -pwle 's/<(\/?)\w+:\w+/<$1o:p/g;' part2 >
body1
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]