- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Mon, 07 Jul 2003 21:20:45 +0200
- To: Subbakrishna <subbumv@excelindia.com>
- Cc: html-tidy@w3.org
* Subbakrishna wrote:
>I tried with "output-xhtml yes" option. Now though it didn't insert space
>in the expression, it has following problems.
>
>1. html element has namespace reference.
><html xmlns="http://www.w3.org/1999/xhtml">
>
>Is there any way to avoid "xmlns" attribute in the "html" element?
Not yet.
>2. Style tag content is enclosed as follows.
>
><style type="text/css">
>/*<![CDATA[*/
> div.c2 {text-align: left}
> p.c1 {text-align: center}
>/*]]>*/
></style>
>
>Any idea why is "/*<![CDATA[*/" and "/*]]>*/". Does it work okay on
>browser?
Yes.
>Historically the <em>, <sup> stuff work working perfect with "HTML Tidy
>release date: 4th August 2000[[See http://www.w3.org/People/Raggett for
>details]". Even though the option was "output-xml yes" and it was not
>"output-xhtml yes"
As I've said, the XML pretty printer is broken...
Received on Monday, 7 July 2003 15:21:01 UTC