rexml/httpwrite, why must you mock me?

Daniel Sheppard daniels at pronto.com.au
Tue Sep 27 01:47:57 EDT 2005


Oh, and I forgot this change in UserScript as well:
 
        def execute( req, res )
            return unless rewrite_proc
            @document = document_converter.parse_string( res.body )
            return unless @document
            rewrite_proc[ req, res ]
            document_converter.output_string(document, res.body = "" )
        end
 
        def read_xhtml_from( uri )
            HtmlDocumentConverter.new.parse_xhtml( open( uri ) { |f|
HTree.parse f } )
        end

#####################################################################################
This email has been scanned by MailMarshal, an email content filter.
#####################################################################################



More information about the Mousehole-scripters mailing list