[xml] HTML parser whitespace bug
- From: Michael Day <mikeday yeslogic com>
- To: xml gnome org
- Subject: [xml] HTML parser whitespace bug
- Date: Wed, 16 Dec 2009 16:27:24 +1100
Hi,
The HTML parser incorrectly throws away whitespace inside <pre>
elements, so that the following input:
<pre>x<br/> <span>try</span></pre>
is collapsed to this:
<pre>x<br/><span>try</span></pre>
This can be verified with xmllint --html. Similar problems have been
observed in the past with whitespace between adjacent <img> elements,
which can also result in incorrect output.
Best regards,
Michael
--
Print XML with Prince!
http://www.princexml.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]