From: SourceForge.net <no...@so...> - 2006-07-30 20:49:30
|
Bugs item #1363121, was opened at 2005-11-21 15:41 Message generated for change (Settings changed) made by jeffjensen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: sourceforge Group: cvshead Status: Open Resolution: None Priority: 5 Submitted By: S (notzippy) >Assigned to: Jeff Jensen (jeffjensen) >Summary: [sourceforge] plugin broken because of new sf namespace Initial Comment: Hi The source forge plugin is broken because sf.net now declares a name space in the html. The fix is to register the name space and prefix each search with the name space. Like the following private static final String SOURCEFORGE_NAMESPACE = "http://www.w3.org/1999/xhtml"; context.registerNamespace("sf", SOURCEFORGE_NAMESPACE); context.getValue("//sf:font[text()='Invalid Password or User Name']"); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497853&aid=1363121&group_id=61626 |