<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/jsxmlrpc/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/jsxmlrpc/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 27 Feb 2008 23:46:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jsxmlrpc/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Request to permit XML responses other than methodResponse</title><link>https://sourceforge.net/p/jsxmlrpc/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I request that lines 1833-1834 be replaced to permit responses that contain XML other than &amp;lt;methodResponse&amp;gt;.  I often find that the XML-DOM document available at this point is exactly what I need.  For example, when making an AJAX query, I typically want to pass an XML-DOM document through an XSL transformation.  Here is the modification I would request:&lt;/p&gt;
&lt;p&gt;==== Before: ====&lt;/p&gt;
&lt;p&gt;default: //nothing useful returned by parseXML.&lt;br /&gt;
throw 'missing top level xmlrpc element';&lt;/p&gt;
&lt;p&gt;==== After: ====&lt;/p&gt;
&lt;p&gt;default: //perhaps the XML document might be useful&lt;br /&gt;
var r = new xmlrpcresp(obj, 0, '', return_type);&lt;br /&gt;
if (this.debug)&lt;br /&gt;
{&lt;br /&gt;
xmlrpc_debug_log('&amp;lt;PRE&amp;gt;---PARSED---');&lt;br /&gt;
xmlrpc_debug_log(htmlentities(var_export(obj)));&lt;br /&gt;
xmlrpc_debug_log('\n---END---&amp;lt;/PRE&amp;gt;');&lt;br /&gt;
}&lt;br /&gt;
r.hdrs = _xh['headers'];&lt;br /&gt;
r._cookies = _xh['cookies'];&lt;br /&gt;
r.raw_data = raw_data;&lt;br /&gt;
return r;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Geoff Chesshire</dc:creator><pubDate>Wed, 27 Feb 2008 23:46:33 -0000</pubDate><guid>https://sourceforge.net75e0314414d872da22cd3260c36725a71520b8ef</guid></item></channel></rss>