<?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/xwireframework/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/xwireframework/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 12 May 2006 01:37:36 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/xwireframework/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Provide ability to attach "transformations" to binding spec</title><link>https://sourceforge.net/p/xwireframework/feature-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The BindingSpecification already provides the ability&lt;br /&gt;
to attach individual transformations to each binding. &lt;br /&gt;
This allows an XML node value to be extracted and then&lt;br /&gt;
transformed for display in an HTML form and vice versa.&lt;/p&gt;
&lt;p&gt;However, there are scenarios where the same&lt;br /&gt;
transformation should be applied to each and every&lt;br /&gt;
binding.  For forms/documents with large numbers of&lt;br /&gt;
elements/nodes, it is too tedious to create the same&lt;br /&gt;
transformation(s) on each binding.&lt;/p&gt;
&lt;p&gt;Ideally, you could declare some transformations that&lt;br /&gt;
would apply to each binding, unless it is explicitly&lt;br /&gt;
excluded.  This would allow, for example, the ability&lt;br /&gt;
to uppercase every form input element before it is&lt;br /&gt;
copied into an XML node.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Roberts</dc:creator><pubDate>Fri, 12 May 2006 01:37:36 -0000</pubDate><guid>https://sourceforge.net5e68696bb0114c8cb5423874a72661363d48f9e3</guid></item><item><title>Provide for ability to display/log a formatted XML document</title><link>https://sourceforge.net/p/xwireframework/feature-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently when you want to view an XML document that is&lt;br /&gt;
either retrieved from the server or submitted to the&lt;br /&gt;
server, you can view it using a combination of the&lt;br /&gt;
Javascript alert command and usage of the&lt;br /&gt;
AbstractBrowser's getXMLDocumentAsString() function. &lt;br /&gt;
You can also log the XML document.&lt;/p&gt;
&lt;p&gt;However, neither choice provides an optimal solution. &lt;br /&gt;
Often, the XML document is large and viewing it in an&lt;br /&gt;
alert box is not practical.  None of the browser's&lt;br /&gt;
format the resulting XML string very well and what you&lt;br /&gt;
can see is difficult to read.  If you log the XML using&lt;br /&gt;
the xWire Logger, it renders the content using the&lt;br /&gt;
document.write() function.  The browsers display this&lt;br /&gt;
differently.  Both strip out the XML tags.  IE allows&lt;br /&gt;
you to see the true XML content by viewing source. &lt;br /&gt;
However, Firefox does not.&lt;/p&gt;
&lt;p&gt;What you really want is the capability to get the XML&lt;br /&gt;
content so that you can copy it to another location for&lt;br /&gt;
viewing.&lt;/p&gt;
&lt;p&gt;Some suggestions for solutions are to:&lt;br /&gt;
A) Encode the XML tags so that they render properly&lt;br /&gt;
B) Log the XML into a read-only HTML text area&lt;br /&gt;
C) Somehow open the document in a separate window&lt;br /&gt;
allowing the browser to display it&lt;br /&gt;
D) Implement an "Echo" capability where the client can&lt;br /&gt;
submit an XML document to the server, have the server&lt;br /&gt;
parse and format it and return it to the browser in&lt;br /&gt;
another window&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Roberts</dc:creator><pubDate>Fri, 12 May 2006 00:54:50 -0000</pubDate><guid>https://sourceforge.nete91adbe3393379a1ce58f82127c90d9ef2a52234</guid></item><item><title>Trimming in the FormBinder</title><link>https://sourceforge.net/p/xwireframework/feature-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It seems to me that nearly 100% of the time the &lt;br /&gt;
developer would rather have leading and trailing &lt;br /&gt;
blanks (certainly trailing) trimmed off when using &lt;br /&gt;
both CopyToForm and CopyFromForm methods.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;It would be a nice feature if that just happened in &lt;br /&gt;
the form binder automatically.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RBrandt</dc:creator><pubDate>Wed, 05 Apr 2006 17:48:30 -0000</pubDate><guid>https://sourceforge.net09b4a45eb60fb50ecfc1300df1b4f3570f6bd85f</guid></item><item><title>Allow registration of event listeners for selection of tab</title><link>https://sourceforge.net/p/xwireframework/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please add support so that users can register interest &lt;br /&gt;
in the selection of a particular NotebookPage within a &lt;br /&gt;
notebook.  Currently, the Notebook fires events in a &lt;br /&gt;
Global manner.&lt;/p&gt;
&lt;p&gt;FIner tune event specification should make page &lt;br /&gt;
handling easier for users of xwire.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Nabours</dc:creator><pubDate>Fri, 11 Nov 2005 05:20:17 -0000</pubDate><guid>https://sourceforge.net447ac6669eb8fedafce131f3337987cf5abebc05</guid></item><item><title>Register event listener for particular xml request</title><link>https://sourceforge.net/p/xwireframework/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please add support for users to register interest in &lt;br /&gt;
events for a particular XML request.  Currently, the &lt;br /&gt;
framework only fires global events for each XMLHttp &lt;br /&gt;
request.&lt;/p&gt;
&lt;p&gt;The added functionality would allow for cleaner handling &lt;br /&gt;
when needed for particular requests.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Nabours</dc:creator><pubDate>Fri, 11 Nov 2005 05:17:54 -0000</pubDate><guid>https://sourceforge.netfdaa4dd713d5efd36abcf266c294fe3db3b9b0e3</guid></item><item><title>Please add support for multi-row tabs on the Notebook </title><link>https://sourceforge.net/p/xwireframework/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The current implementation of the client-side notebook &lt;br /&gt;
does not handle multiple tab rows well.  Please either &lt;br /&gt;
modify the notebook to automatically handle multiple &lt;br /&gt;
rows when needed or allow the user to specify the &lt;br /&gt;
number of rows and tabs per row. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Nabours</dc:creator><pubDate>Fri, 11 Nov 2005 05:14:01 -0000</pubDate><guid>https://sourceforge.net8f3a0e58409a3d50177f0b9b684c0f0a40036c55</guid></item></channel></rss>