[Htmlparser-developer] Integration Release 1.3-20030323 is out
Brought to you by:
derrickoswald
|
From: Somik R. <so...@ya...> - 2003-03-24 01:22:12
|
Hi Folks,
This week's integration release has two important fixes :
Integration build 1.3 - 20030323
--------------------------------
[1] Fixed bug 702547 - single quotes parsed more robustly now
[2] Fixed bug 702614 - empty tags handled correctly now. Tag now has a
method isEmptyXmlTag().
#2 refers to tags like <tag/>.
Thanks to Joe Robbins for a fine bug report that helped in putting in the
fix for #1 faster. Thanks also to Marc Novakowski for the other report.
Thanks are also due to Huang-Chun Yu for uncovering a serious bug with the
script scanning mechanism. The parser can currently handle script tags like
:
<script>
<!--
code here
-->
</script>
But when the tags are like:
<script>
code here
</script>
the parser is unable to identify the code and treats it like regular tags.
Such pages are quite widespread and ought to be supported. I was curious if
anyone has ideas on solving this - given the existing design - fresh ideas
often lead to a better perspective. If you have some ideas, feel free to
join the developer list
(http://lists.sourceforge.net/lists/listinfo/htmlparser-developer) and post.
Regards,
Somik
|