[Htmlparser-developer] Bug with img tag?
Brought to you by:
derrickoswald
From: Stig T. <st...@eu...> - 2003-07-02 21:22:46
|
Hey I noticed that when the img tag takes the following form: <img height=3D45=20 alt=3D""=20 = src=3D"http://www2.incredimail.com/images/newsletter/021/maintitle.gif"=20 width=3D460 border=3D0> The rest of the attributes after alt (inclusive) disappears.=20 This happens when iterating over the nodes and when I call node.toHtml() I suspect its the empty alt tag causing it, coz removing it will get the = tags properly.=20 Stig Tanggaard ps. this is with version 1.3. |