<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms</id>
  <title type="text">mozilla.dev.tech.xforms Google Group</title>
  <subtitle type="text">
  </subtitle>
  <link href="/group/mozilla.dev.tech.xforms/feed/atom_v1_0_msgs.xml" rel="self" title="mozilla.dev.tech.xforms feed"/>
  <updated>2010-01-05T20:54:39Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Aaron Reed</name>
  <email>aar...@us.ibm.com</email>
  </author>
  <updated>2010-01-05T20:54:39Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/3c35a96279ca28bb/8e7f8eb669d6b0a3?show_docid=8e7f8eb669d6b0a3</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/3c35a96279ca28bb/8e7f8eb669d6b0a3?show_docid=8e7f8eb669d6b0a3"/>
  <title type="text">Re: nested repeats</title>
  <summary type="html" xml:space="preserve">
  Sorry that I didn&#39;t get back to you earlier. I was out on vacation &lt;br&gt; until today. &lt;br&gt; I got the following to work using the Firefox processor. It doesn&#39;t &lt;br&gt; work in the Orbeon processor, though. However, using context() works &lt;br&gt; for Orbeon and not us. I don&#39;t have time right now to debug why. &lt;br&gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Aaron Reed</name>
  <email>aar...@us.ibm.com</email>
  </author>
  <updated>2010-01-05T18:00:32Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/9fb32402b11d47a0/24e73eb4fc7496fd?show_docid=24e73eb4fc7496fd</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/9fb32402b11d47a0/24e73eb4fc7496fd?show_docid=24e73eb4fc7496fd"/>
  <title type="text">Re: Help</title>
  <summary type="html" xml:space="preserve">
  If all you want to do is pull the value of the &#39;action&#39; attribute from &lt;br&gt; instance data rather than hard coding it, you could use the &#39;resource&#39; &lt;br&gt; element instead. That can pull the URI from instance data. An example &lt;br&gt; that uses this approach can be found here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.w3.org/MarkUp/Forms/Test/XForms1.1/Edition1/Chapt11/11.6/11.6.1/11.6.1.b.xhtml&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Dion</name>
  <email>dion.s...@gmail.com</email>
  </author>
  <updated>2010-01-05T09:58:17Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/ed5f121170340ea6/d1433b8b53c4c94b?show_docid=d1433b8b53c4c94b</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/ed5f121170340ea6/d1433b8b53c4c94b?show_docid=d1433b8b53c4c94b"/>
  <title type="text">Re: getting a full refresh at submission</title>
  <summary type="html" xml:space="preserve">
  Might also be worth noting that xforms-ready only fires on the initial &lt;br&gt; page load, and not when a submission has completed. So if you&#39;re &lt;br&gt; expecting this to load the resource upon submission finishing, it &lt;br&gt; won&#39;t work. &lt;br&gt; Not sure if I&#39;m understanding what you&#39;re intending with that bit of &lt;br&gt; code though.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philip Fennell</name>
  <email>philip.fenn...@marklogic.com</email>
  </author>
  <updated>2010-01-05T09:49:34Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/ed5f121170340ea6/b38c183c6574ebb7?show_docid=b38c183c6574ebb7</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/ed5f121170340ea6/b38c183c6574ebb7?show_docid=b38c183c6574ebb7"/>
  <title type="text">RE: getting a full refresh at submission</title>
  <summary type="html" xml:space="preserve">
  I must admit I&#39;m somewhat baffled, unless that is there is an issue with multiple xf:instance elements within a single xf:model. Unless you explicitly tell the xf:submission element in question which instance you are submitting and to which instance to return the response to, then you may get the default behaviour which selects the first xf:instance in document order of the first xf:model. In other words, the response may not be going where you think it&#39;s going.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sugandhi Ritesh EXT</name>
  <email>ritesh.sugan...@iter.org</email>
  </author>
  <updated>2010-01-05T09:13:58Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/9fb32402b11d47a0/bdfd8b75d62703c7?show_docid=bdfd8b75d62703c7</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/9fb32402b11d47a0/bdfd8b75d62703c7?show_docid=bdfd8b75d62703c7"/>
  <title type="text">Help</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I have a XForms which generate a xml files using xf:submit. Here I define the name of the file statically. &lt;br&gt; I want to generate the name of the XML data file dynamically based on the entry fileld (preferably) . &lt;br&gt; Regards, &lt;br&gt; Ritesh Sugandhi
  </summary>
  </entry>
  <entry>
  <author>
  <name>dr.cw.ray</name>
  <email>dr.cw....@gmail.com</email>
  </author>
  <updated>2010-01-05T04:11:25Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/ed5f121170340ea6/31c96755683ed8ae?show_docid=31c96755683ed8ae</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/ed5f121170340ea6/31c96755683ed8ae?show_docid=31c96755683ed8ae"/>
  <title type="text">Re: getting a full refresh at submission</title>
  <summary type="html" xml:space="preserve">
  On Jan 5, 1:13 am, Philip Fennell &amp;lt;Philip.Fenn...@marklogic.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; Thanks Phillip. &lt;br&gt; I&#39;ve tried setting my replace to different values without effect and &lt;br&gt; that is why I was reloading the page via php. &lt;br&gt; Basically the psuedo code is like this: &lt;br&gt; &amp;lt;? php &lt;br&gt; ...get the submitted data; &lt;br&gt; ... lock xml file; open xml file; update xml data and attributes;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philip Fennell</name>
  <email>philip.fenn...@marklogic.com</email>
  </author>
  <updated>2010-01-04T17:13:34Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/ed5f121170340ea6/ff85e9f2ffa006c3?show_docid=ff85e9f2ffa006c3</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/ed5f121170340ea6/ff85e9f2ffa006c3?show_docid=ff85e9f2ffa006c3"/>
  <title type="text">RE: getting a full refresh at submission</title>
  <summary type="html" xml:space="preserve">
  In this case the response to your request would ideally be the server-side updated XML. The xf:submission options should be set to replace=&amp;quot;instance&amp;quot; and then the form should reflect those changes. &lt;br&gt; I&#39;m not aware of you needing to do anything else. &lt;br&gt; You do not say why you are having the page reloaded. Is there a reason for this?
  </summary>
  </entry>
  <entry>
  <author>
  <name>dr.cw.ray</name>
  <email>dr.cw....@gmail.com</email>
  </author>
  <updated>2010-01-04T01:24:06Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/ed5f121170340ea6/6c250a4e0b88de7f?show_docid=6c250a4e0b88de7f</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/ed5f121170340ea6/6c250a4e0b88de7f?show_docid=6c250a4e0b88de7f"/>
  <title type="text">getting a full refresh at submission</title>
  <summary type="html" xml:space="preserve">
  How can I get a full refresh of my xforms web page at submission? &lt;br&gt; When I change the instance, it is reflected in the page, as it should &lt;br&gt; be, however, at submission there are certain attribute updates that &lt;br&gt; take place on the server side, so I need to be 100 percent sure that I &lt;br&gt; get a full refresh that will reflect those server-side updates. I
  </summary>
  </entry>
  <entry>
  <author>
  <name>Deets</name>
  <email>cded...@gmail.com</email>
  </author>
  <updated>2009-12-07T15:05:47Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/3c35a96279ca28bb/d359c3a1df9b6ac0?show_docid=d359c3a1df9b6ac0</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/3c35a96279ca28bb/d359c3a1df9b6ac0?show_docid=d359c3a1df9b6ac0"/>
  <title type="text">Re: nested repeats</title>
  <summary type="html" xml:space="preserve">
  I fixed up my tables so they display a little prettier in a fixed- &lt;br&gt; width font. Thanks again. &lt;br&gt; Volunteer: John Doe &lt;br&gt; ------------------------------ ------------------------------ ----- &lt;br&gt; ------------------------------ ------------------------------ ----- &lt;br&gt; ------------------------------ ------------------------------ -----
  </summary>
  </entry>
  <entry>
  <author>
  <name>Deets</name>
  <email>cded...@gmail.com</email>
  </author>
  <updated>2009-12-07T15:00:03Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/3c35a96279ca28bb/c8f245a5b22226ac?show_docid=c8f245a5b22226ac</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/3c35a96279ca28bb/c8f245a5b22226ac?show_docid=c8f245a5b22226ac"/>
  <title type="text">Re: nested repeats</title>
  <summary type="html" xml:space="preserve">
  Thanks for the reply. Here is a little more info/specifics on my &lt;br&gt; problem: &lt;br&gt; I have been asked to prepare a small application for an organization &lt;br&gt; that organizes volunteers for charity events. The users of this &lt;br&gt; application need to track the hours volunteered by each volunteer and &lt;br&gt; the category in which each volunteer participated. The number of
  </summary>
  </entry>
  <entry>
  <author>
  <name>Aaron Reed</name>
  <email>aar...@us.ibm.com</email>
  </author>
  <updated>2009-12-03T18:56:03Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/3c35a96279ca28bb/789426653c739491?show_docid=789426653c739491</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/3c35a96279ca28bb/789426653c739491?show_docid=789426653c739491"/>
  <title type="text">Re: nested repeats</title>
  <summary type="html" xml:space="preserve">
  I don&#39;t understand how your data is organized. Can you give a small &lt;br&gt; sample? Looking at your form, it looks like &#39;tables&#39; contains elements &lt;br&gt; called &#39;table&#39; and &#39;columns&#39;. If that is not true and instead each &lt;br&gt; &#39;table&#39; contains &#39;rows&#39; and &#39;columns&#39;, then you don&#39;t need the second &lt;br&gt; repeat to point to &#39;../../columns/column&#39; but rather &#39;columns/column&#39;.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Deets</name>
  <email>cded...@gmail.com</email>
  </author>
  <updated>2009-12-02T17:29:27Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/3c35a96279ca28bb/80714cc1cec2c290?show_docid=80714cc1cec2c290</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/3c35a96279ca28bb/80714cc1cec2c290?show_docid=80714cc1cec2c290"/>
  <title type="text">nested repeats</title>
  <summary type="html" xml:space="preserve">
  I would like to create a set of tables where users can table &lt;br&gt; (spreadsheet) data. The problem I am having is in nesting the repeats &lt;br&gt; to generate the tables. Does anyone know of an alternative to the &lt;br&gt; approach I am using or any tips? &lt;br&gt; I have an XML instance like the following: &lt;br&gt; &amp;lt;xmldata&amp;gt; &lt;br&gt; &amp;lt;columns&amp;gt; &lt;br&gt; &amp;lt;column id=&amp;quot;1&amp;quot;&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kate[FK]</name>
  <email>luckan...@act-thai.net</email>
  </author>
  <updated>2009-12-02T04:15:08Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/f360d37dfad5d812/e17256bc5e2abeef?show_docid=e17256bc5e2abeef</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/f360d37dfad5d812/e17256bc5e2abeef?show_docid=e17256bc5e2abeef"/>
  <title type="text">Re: dropdown in Firefox didn&#39;t show fully</title>
  <summary type="html" xml:space="preserve">
  Thank you very much Philipp! Now I can solve my GUI problem! &lt;br&gt; Really wanna hug u \( ^^)/
  </summary>
  </entry>
  <entry>
  <author>
  <name>Aaron Reed</name>
  <email>aar...@us.ibm.com</email>
  </author>
  <updated>2009-12-01T18:24:21Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/b8796e6c17d8ae8f/5a0d2ffe6184e9dc?show_docid=5a0d2ffe6184e9dc</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/b8796e6c17d8ae8f/5a0d2ffe6184e9dc?show_docid=5a0d2ffe6184e9dc"/>
  <title type="text">Re: message box</title>
  <summary type="html" xml:space="preserve">
  We load the message dialog using nsIDOMWindowInternal::OpenDial og and &lt;br&gt; the XUL from extensions/xforms/resources/co ntent/xforms-message.xul &lt;br&gt; which has a size already set. So if you just find it consistently too &lt;br&gt; small, you could change this file in your install package. You might &lt;br&gt; also be able to change it using JS since Mozilla JS and XUL play well
  </summary>
  </entry>
  <entry>
  <author>
  <name>Philipp Wagner</name>
  <email>n...@philipp-wagner.com</email>
  </author>
  <updated>2009-12-01T09:47:05Z</updated>
  <id>http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/f360d37dfad5d812/a536b4802ebc8636?show_docid=a536b4802ebc8636</id>
  <link href="http://groups.google.com/group/mozilla.dev.tech.xforms/browse_frm/thread/f360d37dfad5d812/a536b4802ebc8636?show_docid=a536b4802ebc8636"/>
  <title type="text">Re: dropdown in Firefox didn&#39;t show fully</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; Am 01.12.2009 05:49, schrieb Kate[FK]: &lt;br&gt; You might want to try the workaround shown here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/mozilla.dev.tech.xforms/msg/ba404ab2bb34ca2e&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Philipp
  </summary>
  </entry>
</feed>
