- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Wed, 23 Oct 2002 09:12:43 +0200
- To: pjonzzon <pjonzzon@spray.se>
- Cc: html-tidy@w3.org
* pjonzzon wrote:
>I have a Word document from which I want to remove from Microsoft Word 2000 special tags.
>When I use the option "word-2000" in my configurationfile, some data are removed.
>I've added an example below. I want to have "2 §"-data in my output, but it's removed.
>Is this really right?
>
>Before HTML Tidy(Code saved from Microsoft Word 2000 to html):
>
><p class=Paragraf style='margin-left:0cm;text-indent:0cm'><![if
>!supportLists]><b style='mso-bidi-font-weight:normal'>2 §<span style="mso-spacerun:
>yes"> </span><span style="mso-spacerun: yes"> </span></b><
>![endif]>Demo</p>
>
>After HTML Tidy:
>
> <p class="Paragraf">Demo</p>
What version did you use? Using a recent version of TidyLib I get
...
<body>
<p class="Paragraf" style='margin-left:0cm;text-indent:0cm'><![if
!supportLists]><b style='mso-bidi-font-weight:normal'>2
õ</b> <
![endif]>Demo</p>
</body>
...
regards.
Received on Wednesday, 23 October 2002 03:12:14 UTC