[Htmlparser-developer] HTML Parser Integration Release 1.3-20030504 is out
Brought to you by:
derrickoswald
From: Derrick O. <Der...@ro...> - 2003-05-05 03:43:16
|
This is the second candidate release for wrapping up version 1.3 and proceeding to version 1.4. Integration Build 1.3 - 20030504 -------------------------------- [1] Fixed bug #728609 - Stack Overflow error. Caused composite tag scanner design to evolve further. Ul-Li scanner relationship can be interesting study model for designing other scanner relationships. [2] Fixed bug #729334 NodeReader::readElement() Null point dereferenced [3] Fixed bug #729368 Embedded quote and split tag [4] Fixed bug #731684 Body and title tags with attributes not parsed This will lead to a change in behaviour, BODY tags with attributes will now have all the html body encapsulated within them as children. If you were handling BODY tags as composite tags before, this shouldn't make any difference. |