<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/ajaxforms/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/ajaxforms/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 18 Dec 2008 10:08:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ajaxforms/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>setfocus not working at xforms-ready step</title><link>https://sourceforge.net/p/ajaxforms/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Because xforms-ready is followed by a refresh, during initialization, input fields are deleted and re-created just after.&lt;/p&gt;
&lt;p&gt;So, any setfocus executed at xforms-ready step is lost.&lt;/p&gt;
&lt;p&gt;(fixed in XSLTForms: &lt;a href="http://www.agencexml.com/xsltforms/\" rel="nofollow"&gt;http://www.agencexml.com/xsltforms/\&lt;/a&gt;)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alain COUTHURES</dc:creator><pubDate>Thu, 18 Dec 2008 10:08:04 -0000</pubDate><guid>https://sourceforge.net4e13c453b43b50be16387e5311d7b73008359b68</guid></item><item><title>NULL value for select1</title><link>https://sourceforge.net/p/ajaxforms/bugs/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When value is out of range for select1, no item should be selected or, depending on appearance, an empty value should be displayed.&lt;/p&gt;
&lt;p&gt;Tested with &lt;a href="http://en.wikibooks.org/wiki/XForms/Dynamic_Selection_Lists" rel="nofollow"&gt;http://en.wikibooks.org/wiki/XForms/Dynamic_Selection_Lists&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alain COUTHURES</dc:creator><pubDate>Mon, 15 Dec 2008 09:56:34 -0000</pubDate><guid>https://sourceforge.netca0d444d4018d8c2837a0545a5ea9f88cd4b9545</guid></item><item><title>incremental default value for select/select1</title><link>https://sourceforge.net/p/ajaxforms/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The default value for incremental should be "true" for xforms:select and xforms:select1&lt;/p&gt;
&lt;p&gt;(fixed in XSLTForms : &lt;a href="http://www.agencexml.com/xsltforms/\" rel="nofollow"&gt;http://www.agencexml.com/xsltforms/\&lt;/a&gt;)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alain COUTHURES</dc:creator><pubDate>Sun, 14 Dec 2008 05:36:29 -0000</pubDate><guid>https://sourceforge.net8707e6fa66acc700d8d8436fb80dfbdc90df80f2</guid></item><item><title>Incorrect default context node</title><link>https://sourceforge.net/p/ajaxforms/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It is due to incorrect default context node.&lt;/p&gt;
&lt;p&gt;According to W3C recommandation, it should be the documentElement node and not the document node, its parent.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alain COUTHURES</dc:creator><pubDate>Wed, 10 Dec 2008 06:40:08 -0000</pubDate><guid>https://sourceforge.net5387b4f4079d7a7c5db5033d7a2ac7b7d6661cc7</guid></item><item><title>Wrong spelling for dateTime primitive datatype</title><link>https://sourceforge.net/p/ajaxforms/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;According to W3C the right spelling for the datetime datatype is dateTime.&lt;br /&gt;
However, this spelling is not accepted by AJAXform.&lt;/p&gt;
&lt;p&gt;Test: &lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&lt;br /&gt;
xmlns:xf="http://www.w3.org/2002/xforms"&lt;br /&gt;
xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;xf:model id="boamp" &amp;gt;&lt;br /&gt;
&amp;lt;xf:instance xmlns=""&amp;gt;&lt;br /&gt;
&amp;lt;offres&amp;gt;2002-05-16T16:00:00:00&amp;lt;/offres&amp;gt;&lt;br /&gt;
&amp;lt;/xf:instance&amp;gt;&lt;br /&gt;
&amp;lt;xf:bind nodeset="offres" type="xsd:datetime" /&amp;gt;&lt;br /&gt;
&amp;lt;xf:submission id="env" action="e.sh" method="post" /&amp;gt;&lt;br /&gt;
&amp;lt;/xf:model&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;xf:group ref="offres"&amp;gt;&lt;br /&gt;
&amp;lt;xf:input ref="."&amp;gt;&lt;br /&gt;
&amp;lt;xf:label&amp;gt;not working&amp;lt;/xf:label&amp;gt;&lt;br /&gt;
&amp;lt;/xf:input&amp;gt;&lt;br /&gt;
&amp;lt;/xf:group&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;xf:submit submission="env" /&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;Exchanging&lt;br /&gt;
&amp;lt;xf:bind nodeset="offres" type="xsd:dateTime" /&amp;gt; by&lt;br /&gt;
&amp;lt;xf:bind nodeset="offres" type="xsd:datetime" /&amp;gt;&lt;br /&gt;
makes it work.&lt;/p&gt;
&lt;p&gt;If needed I will go inside the source to fix it.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">G. Béraudo</dc:creator><pubDate>Mon, 14 May 2007 09:37:03 -0000</pubDate><guid>https://sourceforge.net6fcd3898cdb91a39407dc050f0795ea86e1b5ec4</guid></item><item><title>Schema schema.xml not found</title><link>https://sourceforge.net/p/ajaxforms/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have tried to build your "input" example:&lt;br /&gt;
&lt;a href="http://ajaxforms.sourceforge.net/samples/input.html#"&gt;http://ajaxforms.sourceforge.net/samples/input.html#&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I downloaded both xform and xml files and put them in web/ directory. It built without error or warning but once in the browser the message "Schema schema.xml not found" is displayed. I tested with Firefox, ie and Epiphany.&lt;/p&gt;
&lt;p&gt;This is really strange; is it a regression from a previous version? What can I do?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">G. Béraudo</dc:creator><pubDate>Tue, 24 Apr 2007 16:21:28 -0000</pubDate><guid>https://sourceforge.net2e4ec48cab6f19265d7341c5139acafd7b6f817d</guid></item><item><title>substring-after not working</title><link>https://sourceforge.net/p/ajaxforms/bugs/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I couldn't get substring-after to work, neither in Firefox, nor ie.&lt;/p&gt;
&lt;p&gt;Your own example doesn't work:&lt;br /&gt;
&lt;a href="http://ajaxforms.sourceforge.net/samples/xpath.html#"&gt;http://ajaxforms.sourceforge.net/samples/xpath.html#&lt;/a&gt;&lt;br /&gt;
Click String&lt;br /&gt;
The result of substring-after('ajaxforms', 'aja') should be "xforms" but it outputs ajaxforms.&lt;/p&gt;
&lt;p&gt;I had a quick look at the code but couldn't figure out the problem immediately. As substring-before is working like a charm I guess the solution is nearby.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">G. Béraudo</dc:creator><pubDate>Tue, 24 Apr 2007 15:50:15 -0000</pubDate><guid>https://sourceforge.net83ad5f23f2aadbe64df90b95352daf6167f8ba90</guid></item><item><title>No XPATH concat function support</title><link>https://sourceforge.net/p/ajaxforms/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It seems you don't support the concat function.&lt;br /&gt;
See &lt;a href="http://www.w3.org/TR/xforms/slice7.html" rel="nofollow"&gt;http://www.w3.org/TR/xforms/slice7.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I tested with this code: &lt;a href="http://en.wikibooks.org/wiki/XForms/HelloWorld" rel="nofollow"&gt;http://en.wikibooks.org/wiki/XForms/HelloWorld&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The html file is generated but:&lt;br /&gt;
- it loads in the browser (Firefox 2)&lt;br /&gt;
- no error is displayed (javascript console)&lt;br /&gt;
- no useful trace is displayed (&amp;lt;div console&amp;gt;)&lt;/p&gt;
&lt;p&gt;I couldn't find if you HAVE to implement this function or not; but has it appears on the W3C website I filled in this bug report.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 19 Apr 2007 12:35:47 -0000</pubDate><guid>https://sourceforge.net78a2422b381664bdbcc79d5c545352d4cc7c8c12</guid></item><item><title>xml:lang in instance data incorrectly converted</title><link>https://sourceforge.net/p/ajaxforms/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I have an xml:lang attribute in my instance data, there is a problem when submitting the generated form to the server, i.e. the server cannot parse the received XML. &lt;/p&gt;
&lt;p&gt;This is due to a namespace problem with the xml:lang.&lt;/p&gt;
&lt;p&gt;For example, if I have an instance:&lt;br /&gt;
&amp;lt;CRF xmlns="" xml:lang="en"&amp;gt;...&amp;lt;/CRF&amp;gt;&lt;/p&gt;
&lt;p&gt;what the server receives on submit is:&lt;br /&gt;
&amp;lt;CRF xmlns=""&lt;br /&gt;
xmlns:pre1="http://www.w3.org/XML/1998/namespace"&lt;br /&gt;
xmlns:pre2="http://www.w3.org/2001/XML-Schema-instance"&lt;br /&gt;
pre1:lang="en"&amp;gt;...&amp;lt;/CRF&amp;gt;&lt;/p&gt;
&lt;p&gt;and when the receiving application tries to parse this, it complains:&lt;br /&gt;
'Error reported by XML parser: The prefix "xml" cannot be bound to any namespace other than its usual namespace; neither can the namespace for "xml" be bound to any prefix other than "xml".'&lt;/p&gt;
&lt;p&gt;In the data, it is clear that 'pre1' should be 'xml'.&lt;/p&gt;
&lt;p&gt;If necessary, I can send you a full example file.&lt;/p&gt;
&lt;p&gt;With best regards,&lt;/p&gt;
&lt;p&gt;Jozef&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 13 Jan 2007 12:35:54 -0000</pubDate><guid>https://sourceforge.net8b0bdc97bfe3c55d1f328c7923027ae05ef9703e</guid></item><item><title>Patterns for primitive types not correct</title><link>https://sourceforge.net/p/ajaxforms/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hi, there is some error in patterns in ajaxforms 1.0.4 when using primitives types for inputs :&lt;/p&gt;
&lt;p&gt;i follow the guidelines from w3c (http://www.w3.org/TR/xmlschema-0/#CreatDt) and there is my corrections : &lt;/p&gt;
&lt;p&gt;- nonPositiveInteger : &lt;br /&gt;
0 should be allowed (only -0 in ajaxforms)&lt;/p&gt;
&lt;p&gt;- nonNegativeInteger :&lt;br /&gt;
0 and non signed numbers should be allowed (+xxxx in ajaxforms)&lt;/p&gt;
&lt;p&gt;-positiveInteger :&lt;br /&gt;
+0 should not be allowed&lt;/p&gt;
&lt;p&gt;in addition, there is a bug with "url" type : there is a missing 's' char in the end of "patterns" :)&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Stéphane &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stephane bouchet</dc:creator><pubDate>Wed, 27 Dec 2006 10:52:52 -0000</pubDate><guid>https://sourceforge.net81370f0238a20ef052f92510a04dd3dd54af778b</guid></item></channel></rss>