Increase the number of elements to look for URLs and add the ability to specify 
multiple attributes by elements
---------------------------------------------------------------------------------------------------------------

                 Key: NUTCH-944
                 URL: https://issues.apache.org/jira/browse/NUTCH-944
             Project: Nutch
          Issue Type: Improvement
          Components: parser
    Affects Versions: 1.3
         Environment: GNU/Linux Fedora 12
            Reporter: Jean-Francois Gingras
            Priority: Minor
             Fix For: 1.3


Here a patch for DOMContentUtils.java that increase the number of elements to 
look for URLs. It also add the ability to specify multiple attributes by 
elements, for example:

linkParams.put("frame", new LinkParams("frame", "longdesc,src", 0));
linkParams.put("object", new LinkParams("object", 
"classid,codebase,data,usemap", 0));
linkParams.put("video", new LinkParams("video", "poster,src", 0)); // HTML 5

I have a patch for release-1.0 and branch-1.3

I would love to hear your comments about this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to