Menu

#58 Allow configuration of neko parser properties

closed-accepted
nobody
None
5
2008-03-31
2005-04-04
james abley
No

There was a request on the mailing list about how to
configure neko in httpunit to use the settings for
modifying element names.

http://sourceforge.net/mailarchive/forum.php?thread_id=6932883&forum_id=5833

This patch provides this functionality.

Discussion

  • james abley

    james abley - 2005-04-06

    Logged In: YES
    user_id=846246

    Original patch plus fixed inconsistent state in
    HTMLParserFactory if setReturnHTMLDocument is called after
    setting one of the new properties

     
  • james abley

    james abley - 2005-04-06

    as before with fix for setReturnHTMLDocument

     
  • Wolfgang Fahl

    Wolfgang Fahl - 2008-03-31

    Logged In: YES
    user_id=1220573
    Originator: NO

    The patch (slightly modified) is now in the subversion trunk but unfortunately it doesn't seem to work as expected. I've switched the feature off
    by setting

    public boolean supportsForceTagCase() {
    return false;
    }

    You might want to look at things again.

     
  • Wolfgang Fahl

    Wolfgang Fahl - 2008-03-31
    • status: open --> closed-accepted
     
  • Wolfgang Fahl

    Wolfgang Fahl - 2008-03-31

    Logged In: YES
    user_id=1220573
    Originator: NO

    The change is now in the subversion repository and will be in the next release.

     

Log in to post a comment.