This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jhylton
Recipients
Date 2004-11-30.15:22:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Perhaps the page is malformed -- I notice at least one
other problem with it -- but I'd like to parse it. 
Relevant excerpts appear to be:

<script language="JavaScript">
<!--
um.menuCode[i].replace(/<\/(li|ul)>/ig,'</$1>\n');
-->
</script>

goahead() identifies the next interesting part of the
page as the </$1> inside the javascript.  It's not
seeing the comment.  Should it?  I changed
interesting_cdata to lookup for <! as one interesting
possibility and it parsed the comment successfully.
History
Date User Action Args
2007-08-23 14:27:56adminlinkissue1076070 messages
2007-08-23 14:27:56admincreate