- From: Enoch Root <enokhroot@yahoo.com>
- Date: Tue, 14 Oct 2003 14:19:35 -0700 (PDT)
- To: html-tidy@w3.org
Hi again;
I just experimented a little more, and found out that
new-pre-tags has nothing to do with the problem I
described in the previous email.
Briefly, if I have have the following in my XSL
stylesheet:
<pre>
lkjasd flkjsadf
lkjasdf<foo bar='baz'/>
</pre>
tidy will obstinately convert it to:
<pre>
lkjasd flkjsadf
lkjasdf
<foo bar='baz'/>
</pre>
Is there a way to make tidy to ignore <pre> or some
other tag contents ABSOLUTELY! So that it won't even
try to parse and indent stuff within <pre>.
Thanks again.
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
Received on Tuesday, 14 October 2003 17:23:17 UTC