Question about pre tag transformation

Hello. My name is Hiroyuki Okamoto.

I have a question about HTML Tidy. ( Though I'm not good at English.)
I use HTML Tidy (tidy.exe) of Version 4th August 2000 on Windows98.

HTML Tidy transforms a line in html content like below A to a line in xml content like below B.

A.
<pre>AAAAAAA
</pre>

B.
<pre>
AAAAAAA
</pre>

I want HTML Tidy to transform a line A to a line A not B because CR and LF is valid in the pre
element.
What should I do if HTML Tidy transform to the line like A?

My  configuration file is like below.
------------------------------------
tidy-mark: no
wrap: 0
output-xml: yes
numeric-entities: yes
quote-marks: yes
uppercase-tags: yes
uppercase-attributes: yes
new-inline-tags: blink
new-blocklevel-tags: marquee
new-pre-tags: plaintext
------------------------------------

Best Regards.

Received on Monday, 26 February 2001 22:28:48 UTC