diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-05 13:55:26 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-10-05 13:55:26 +0100 |
commit | d23f0afafdf3a2c6d5c40284a0a0c387c0037055 (patch) | |
tree | dedf145aeb43ec9ee130385372f67de8ffe2f1dc | |
parent | Add new projects to default build (diff) | |
download | gentoobrowse-d23f0afafdf3a2c6d5c40284a0a0c387c0037055.tar.bz2 gentoobrowse-d23f0afafdf3a2c6d5c40284a0a0c387c0037055.tar.xz gentoobrowse-d23f0afafdf3a2c6d5c40284a0a0c387c0037055.zip |
Revert "Compat fix for Project2 XML parse changes"
This reverts commit 5f0c67b663a231af3dd8b91da6f7cef057394fc8.
-rw-r--r-- | gentoobrowse/console/bugimport.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gentoobrowse/console/bugimport.xml b/gentoobrowse/console/bugimport.xml index 2d29b27..412be83 100644 --- a/gentoobrowse/console/bugimport.xml +++ b/gentoobrowse/console/bugimport.xml @@ -10,14 +10,11 @@ <project2:xpathrows name="buglist" html="true" warnings="false" timeout="60000"> <proxy value="cache.random.lan:8080" /> <url source="parent" name="url" depth="1" /> - <namespaces> - <html prefix="x" url="http://www.w3.org/1999/xhtml" /> - </namespaces> <filterviews> - <bugdetails root="/x:html/x:body/x:div/x:ul/x:li/x:a"> + <bugdetails root="/html/body/div/ul/li/a"> <fields> <bugid xpath="number(substring-before(substring-after(.,'Bug:'),' '))" /> - <summary xpath="x:em" /> + <summary xpath="em" /> <status xpath="substring-before(substring-after(.,'status:'),' ')" /> <severity xpath="substring-after(.,'severity:')" /> </fields> |