<br><br><div><span class="gmail_quote">On 11/5/06, <b class="gmail_sendername">Deb Lewis</b> &lt;<a href="mailto:djlewis@acm.org">djlewis@acm.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Jeff - take a look and confirm, believe the Analyzer's sax listener has<br>wrong method signature for the doctype handler.<br><br>See below for my admin page problem stack dump;&nbsp;&nbsp;analyzer's doctype method<br>has diff args than the parser one that you recently fixed.
<br><br>Parser:<br>&nbsp;&nbsp; def doctype(name, pub_sys, long_name, uri)<br>Analyzer:<br>&nbsp;&nbsp;&nbsp;&nbsp;def doctype(name, pub, sys, long_name, uri)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#todo<br>&nbsp;&nbsp;&nbsp;&nbsp;end<br><br>~ Deb<br><br>wrong number of arguments (4 for 5)<br><br>#{RAILS_ROOT}/../../vendor_plugins/masterview/lib/rexml/parsers/sax2parser_w
<br>ith_doctype_fix.rb:193:in `doctype'<br>#{RAILS_ROOT}/../../vendor_plugins/masterview/lib/rexml/parsers/sax2parser_w<br>ith_doctype_fix.rb:193:in `handle'<br>#{RAILS_ROOT}/../../vendor_plugins/masterview/lib/rexml/parsers/sax2parser_w
<br>ith_doctype_fix.rb:192:in `handle'<br>#{RAILS_ROOT}/../../vendor_plugins/masterview/lib/rexml/parsers/sax2parser_w<br>ith_doctype_fix.rb:103:in `parse'<br>#{RAILS_ROOT}/../../vendor_plugins/masterview/lib/masterview/parser.rb:706:i
<br>n `process'<br><br><br></blockquote></div><br><br><br>Good catch. I had this wrong when I originally pasted it and only corrected the one place.<br><br>It is resolved and checked in.<br>