# File wfo/missing.rb, line 81
    def traverse_html_form(orig_charset=nil)
      traverse_element('{http://www.w3.org/1999/xhtml}form') {|form|
        yield WFO::Form.make(form, self.base_uri, @request_uri, orig_charset)
      }
      nil
    end