Re: Problem with <em>, <sup> and <sub>

* 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