Bugs: Browse | Submit New | Admin

[#13931] Incorrect method call in html/xpath.rb, line 51

Date:
2007-09-14 14:57
Priority:
3
Submitted By:
Charles Duan (cduan)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Incorrect method call in html/xpath.rb, line 51

Detailed description
In file html/xpath.rb, line 51, the word "parent" should be replaced with "rparent". As it stands,
the method invokes the REXML::Comment constructor passing an object of type HTMLTree::Element, while, the constructor
expects an object of type REXML::Parent.

If you would like, I can submit an example, but the bug appears fairly clear without one.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item