<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-2535</id>
	<title>Nabble - ObjectWeb OPS</title>
	<updated>2008-10-11T12:46:30Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/ObjectWeb-OPS-f2535.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/ObjectWeb-OPS-f2535.html" />
	<subtitle type="html">PresentationServer is a J2EE-based MVC framework for building Web applications that present and capture XML using XForms, XSLT, and Web Services. ObjectWeb OPS home is &lt;a href=&quot;http://forge.objectweb.org/projects/ops/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19935859</id>
	<title>Re: Re: Re: strategy for searching and navigations with HUGE reference book (xml file)</title>
	<published>2008-10-11T12:46:30Z</published>
	<updated>2008-10-11T12:46:30Z</updated>
	<author>
		<name>Erik Bruchez</name>
	</author>
	<content type="html">You can run pipelines upon application initialization. Check:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;RESOURCES/apps/context/context-initialized.xpl
&lt;br&gt;&lt;br&gt;You could from there run the oxf:xforms-submission processor to load &amp;nbsp;
&lt;br&gt;data into eXist.
&lt;br&gt;&lt;br&gt;-Erik
&lt;br&gt;&lt;br&gt;On Oct 9, 2008, at 11:33 PM, МОНАХ wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; when the whole web app starts, once for all users and forms(pages).
&lt;br&gt;&amp;gt; store reference book in DB every time at opening of the form(page) -
&lt;br&gt;&amp;gt; senselessly (i think :)).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Erik Bruchez wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Do you mean when the whole web app starts, or when a given page is
&lt;br&gt;&amp;gt;&amp;gt; loaded?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -Erik
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Oct 8, 2008, at 1:15 AM, ????? wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ok, I`ll try eXist. Please, prompt the way, as possible store the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; reference
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; book in eXist at applications start?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Erik Bruchez wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Maybe storing the data in eXist and querying information using &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; XQuery
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; is the way to go?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -Erik
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Oct 6, 2008, at 10:52 PM, ????? wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I have a HUGE reference book, which it is impossible divide in a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; part. Prompt
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; as the best strategy for realization of searching and &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; navigations on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; this
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; reference book.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Presently I do this by means of xpl-file in 4 stages:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1. reading the file with reference book data and transformation in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; instance
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2. filtering/searching (xsl:copy-of)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 3. sorting on necessary field (xsl:sort)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 4. selection of the current range, example 20-30 (&amp;lt;xsl:copy-of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; select=&amp;quot;REF/ITEM[position() &amp;gt; $srow and position() &amp;lt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; $erow]&amp;quot;/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; )
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This operations on reference book with 19 thousand items (the size
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; of the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; file is 13 mb) are executed beside 30 seconds. Its slooooowly :(
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/strategy-for-searching-and-navigations-with-HUGE-reference-book-%28xml-file%29-tp19851508p19851508.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/strategy-for-searching-and-navigations-with-HUGE-reference-book-%28xml-file%29-tp19851508p19851508.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the ObjectWeb OPS - Users mailing list archive at
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Orbeon Forms - Web Forms for the Enterprise Done the Right Way
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.orbeon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.orbeon.com/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; mailing
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; list.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -- 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/strategy-for-searching-and-navigations-with-HUGE-reference-book-%28xml-file%29-tp19851508p19874362.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/strategy-for-searching-and-navigations-with-HUGE-reference-book-%28xml-file%29-tp19851508p19874362.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sent from the ObjectWeb OPS - Users mailing list archive at
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Orbeon Forms - Web Forms for the Enterprise Done the Right Way
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.orbeon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.orbeon.com/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; mailing
&lt;br&gt;&amp;gt;&amp;gt; list.
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/strategy-for-searching-and-navigations-with-HUGE-reference-book-%28xml-file%29-tp19851508p19912754.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/strategy-for-searching-and-navigations-with-HUGE-reference-book-%28xml-file%29-tp19851508p19912754.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the ObjectWeb OPS - Users mailing list archive at &amp;nbsp;
&lt;br&gt;&amp;gt; Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; &amp;nbsp;
&lt;br&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;--
&lt;br&gt;Orbeon Forms - Web Forms for the Enterprise Done the Right Way
&lt;br&gt;&lt;a href=&quot;http://www.orbeon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.orbeon.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935859&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/strategy-for-searching-and-navigations-with-HUGE-reference-book-%28xml-file%29-tp19851508p19935859.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19935828</id>
	<title>Re: Keyboard &amp; Navigation in dialogs.</title>
	<published>2008-10-11T12:41:02Z</published>
	<updated>2008-10-11T12:41:02Z</updated>
	<author>
		<name>Erik Bruchez</name>
	</author>
	<content type="html">&amp;gt;
&lt;br&gt;&amp;gt; How have you managed this (orbon team)? I've seen that one
&lt;br&gt;&amp;gt; cannot use keys on dialogs neither modal or
&lt;br&gt;&amp;gt; modeless...imagine that is not easy to deal with, but
&lt;br&gt;&amp;gt; current behaviour is no good for accesibility..(if a person
&lt;br&gt;&amp;gt; that does not use the mouse opens the dialog, it would not
&lt;br&gt;&amp;gt; be possible to use it nor close it)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; any comments?
&lt;br&gt;&lt;br&gt;Yes: what do you mean exactly?
&lt;br&gt;&lt;br&gt;-Erik
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Orbeon Forms - Web Forms for the Enterprise Done the Right Way
&lt;br&gt;&lt;a href=&quot;http://www.orbeon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.orbeon.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935828&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935828&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935828&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Keyboard---Navigation-in-dialogs.-tp19913140p19935828.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19935799</id>
	<title>Re: Copy a node from one instance to another</title>
	<published>2008-10-11T12:37:24Z</published>
	<updated>2008-10-11T12:37:24Z</updated>
	<author>
		<name>Erik Bruchez</name>
	</author>
	<content type="html">If you just want to copy values:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;xforms:setvalue ref=&amp;quot;instance('destination')/my/node&amp;quot; &amp;nbsp;
&lt;br&gt;value=&amp;quot;instance('source')/my/node&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;If you want to copy elements or attributes:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;xforms:insert context=&amp;quot;instance('destination')/my/node&amp;quot; &amp;nbsp;
&lt;br&gt;origin=&amp;quot;instance('source')/my/node&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;-Erik
&lt;br&gt;&lt;br&gt;On Oct 10, 2008, at 2:51 AM, &amp;lt;Antoine.DE- 
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935799&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TROOSTEMBERGH@...&lt;/a&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935799&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Antoine.DE-TROOSTEMBERGH@...&lt;/a&gt; 
&lt;br&gt;&amp;nbsp;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is it possible to copy nodes from one instance to another.
&lt;br&gt;&amp;gt; What I'm trying to do is the following:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have an instance in which I upload files automatically (using a &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;lt;xforms:action ev:event=&amp;quot;xforms-select&amp;quot;&amp;gt; on the &amp;lt;xforms:upload)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;xforms:instance id=&amp;quot;files-instance&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;files&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;file filename=&amp;quot;&amp;quot; mediatype=&amp;quot;&amp;quot; size=&amp;quot;&amp;quot; xmlns=&amp;quot;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/files&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;/xforms:instance&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And another instance containing my main form.
&lt;br&gt;&amp;gt; I would like to upload files, and when submitting the form, copy the &amp;nbsp;
&lt;br&gt;&amp;gt; nodes containing the file to the main instance.
&lt;br&gt;&amp;gt; I don't want to put the files directly in the main instance since &amp;nbsp;
&lt;br&gt;&amp;gt; this one can contain errors wich would prevent the files to be &amp;nbsp;
&lt;br&gt;&amp;gt; uploaded.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is this the correct way to do it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I hope I'm clear
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Antoine
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935799&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; &amp;nbsp;
&lt;br&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935799&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935799&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;--
&lt;br&gt;Orbeon Forms - Web Forms for the Enterprise Done the Right Way
&lt;br&gt;&lt;a href=&quot;http://www.orbeon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.orbeon.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935799&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935799&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935799&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Copy-a-node-from-one-instance-to-another-tp19915288p19935799.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19935781</id>
	<title>Re: how to avoid repeat row highligting when entering a page?</title>
	<published>2008-10-11T12:35:37Z</published>
	<updated>2008-10-11T12:35:37Z</updated>
	<author>
		<name>Erik Bruchez</name>
	</author>
	<content type="html">If a repeat has more than one iteration, you can't set its index to 0. &amp;nbsp;
&lt;br&gt;The index of a repeat is 0 only when there is no iteration in a &amp;nbsp;
&lt;br&gt;particular repeat.
&lt;br&gt;&lt;br&gt;What about this algorithm: &amp;quot;Don't show the highlighted row when the &amp;nbsp;
&lt;br&gt;page is loaded, but show it if the index changes.&amp;quot; Is that what you &amp;nbsp;
&lt;br&gt;are looking for?
&lt;br&gt;&lt;br&gt;-Erik
&lt;br&gt;&lt;br&gt;On Oct 10, 2008, at 12:06 AM, &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935781&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rich@...&lt;/a&gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I want to be able to highlight the current row (i achieve
&lt;br&gt;&amp;gt; this without problem with xforms-repeat-selected style) but
&lt;br&gt;&amp;gt; the side effect is that I got the first row higlighted when
&lt;br&gt;&amp;gt; entering the page. I've tried this to solve the problem but
&lt;br&gt;&amp;gt; no luck.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xforms:action ev:event=&amp;quot;xforms-ready&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xforms:setindex repeat=&amp;quot;bucleDePreguntas&amp;quot;
&lt;br&gt;&amp;gt; index=&amp;quot;-1&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!--&amp;lt;xforms:setindex
&lt;br&gt;&amp;gt; repeat=&amp;quot;bucleDePreguntas&amp;quot; index=&amp;quot;0&amp;quot;/&amp;gt;--&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xforms:action&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please advice! thx.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935781&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; &amp;nbsp;
&lt;br&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935781&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935781&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;--
&lt;br&gt;Orbeon Forms - Web Forms for the Enterprise Done the Right Way
&lt;br&gt;&lt;a href=&quot;http://www.orbeon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.orbeon.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935781&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935781&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935781&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/how-to-avoid-repeat-row-highligting-when-entering-a-page--tp19912958p19935781.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19935755</id>
	<title>Re: Re: (wizard) size limit with GET method</title>
	<published>2008-10-11T12:32:54Z</published>
	<updated>2008-10-11T12:32:54Z</updated>
	<author>
		<name>Erik Bruchez</name>
	</author>
	<content type="html">Yes, you should not assume you can put more than 2K or so on a URL. So &amp;nbsp;
&lt;br&gt;yes, you should use POST in these cases.
&lt;br&gt;&lt;br&gt;So use:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;xforms:submission ... replace=&amp;quot;all&amp;quot; method=&amp;quot;post&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;-Erik
&lt;br&gt;&lt;br&gt;On Oct 10, 2008, at 5:55 AM, orousseil wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ERRATUM : Problem appears with IE 6 not with Firefox which seems to &amp;nbsp;
&lt;br&gt;&amp;gt; handle
&lt;br&gt;&amp;gt; big URL size better
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/%28wizard%29-size-limit-with-GET-method-tp19917361p19917791.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/%28wizard%29-size-limit-with-GET-method-tp19917361p19917791.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the ObjectWeb OPS - Users mailing list archive at &amp;nbsp;
&lt;br&gt;&amp;gt; Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935755&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; &amp;nbsp;
&lt;br&gt;&amp;gt; mailing list.
&lt;br&gt;&amp;gt; To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935755&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935755&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;&amp;gt; OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;--
&lt;br&gt;Orbeon Forms - Web Forms for the Enterprise Done the Right Way
&lt;br&gt;&lt;a href=&quot;http://www.orbeon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.orbeon.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935755&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935755&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19935755&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%28wizard%29-size-limit-with-GET-method-tp19917361p19935755.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19928007</id>
	<title>Re: RE: Copy a node from one instance to another</title>
	<published>2008-10-10T17:21:23Z</published>
	<updated>2008-10-10T17:21:23Z</updated>
	<author>
		<name>Ryan Puddephatt-3</name>
	</author>
	<content type="html">Use xforms:setvalue
&lt;br&gt;-----------------------------------------------
&lt;br&gt;Ryan Puddephatt
&lt;br&gt;FIX Developer
&lt;br&gt;Fidessa LatentZero
&lt;br&gt;1 Alfred Place
&lt;br&gt;London WC1E 7EB
&lt;br&gt;Office: +44 (0) 20 7462 4200
&lt;br&gt;Direct: +44 (0) 20 7323 6112
&lt;br&gt;Blackberry: +44 (0) 79 8539 2458
&lt;br&gt;Fax: +44 (0) 20 7462 4242
&lt;br&gt;Email: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928007&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rpuddephatt@...&lt;/a&gt;
&lt;br&gt;Web: &lt;a href=&quot;http://www.latentzero.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.latentzero.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message -----
&lt;br&gt;From: yf508 &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928007&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yf508@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928007&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928007&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Fri Oct 10 10:53:50 2008
&lt;br&gt;Subject: [ops-users] RE: Copy a node from one instance to another
&lt;br&gt;&lt;br&gt;I have the similar question: How to copy a value from one node to another?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Frank
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;---------------------------------
&lt;br&gt;Dr. Yankui(Frank) Feng
&lt;br&gt;Digital Library Systems Developer
&lt;br&gt;The University of York
&lt;br&gt;Heslington, York, YO10 5DD, UK
&lt;br&gt;Tel: +44 (0) 1904-434507
&lt;br&gt;Email: yf508 at york.ac.uk
&lt;br&gt;--------------------------------- 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928007&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Antoine.DE-TROOSTEMBERGH@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928007&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Antoine.DE-TROOSTEMBERGH@...&lt;/a&gt;] 
&lt;br&gt;Sent: 10 October 2008 10:51
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928007&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt;
&lt;br&gt;Subject: [ops-users] Copy a node from one instance to another
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi, 
&lt;br&gt;&lt;br&gt;Is it possible to copy nodes from one instance to another. 
&lt;br&gt;What I'm trying to do is the following: 
&lt;br&gt;&lt;br&gt;I have an instance in which I upload files automatically (using a &amp;lt;xforms:action ev:event=&amp;quot;xforms-select&amp;quot;&amp;gt; on the &amp;lt;xforms:upload)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;xforms:instance id=&amp;quot;files-instance&amp;quot;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;files&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;file filename=&amp;quot;&amp;quot; mediatype=&amp;quot;&amp;quot; size=&amp;quot;&amp;quot; xmlns=&amp;quot;&amp;quot;/&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/files&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/xforms:instance&amp;gt; 
&lt;br&gt;&lt;br&gt;And another instance containing my main form. 
&lt;br&gt;I would like to upload files, and when submitting the form, copy the nodes containing the file to the main instance. 
&lt;br&gt;I don't want to put the files directly in the main instance since this one can contain errors wich would prevent the files to be uploaded.
&lt;br&gt;&lt;br&gt;Is this the correct way to do it? 
&lt;br&gt;&lt;br&gt;I hope I'm clear 
&lt;br&gt;&lt;br&gt;Thanks, 
&lt;br&gt;&lt;br&gt;Antoine 
&lt;br&gt;&lt;br&gt;&lt;br&gt;______________________________________________________________________
&lt;br&gt;This email has been scanned by the MessageLabs Email Security System.
&lt;br&gt;For more information please visit &lt;a href=&quot;http://www.messagelabs.com/email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.messagelabs.com/email&lt;/a&gt;&amp;nbsp;
&lt;br&gt;______________________________________________________________________
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________________________________
&lt;br&gt;The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
&lt;br&gt;&lt;br&gt;_____________________________________________________________________
&lt;br&gt;This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit &lt;a href=&quot;http://www.mci.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mci.com&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928007&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928007&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928007&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Copy-a-node-from-one-instance-to-another-tp19915288p19928007.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19928005</id>
	<title>Re: Copy a node from one instance to another</title>
	<published>2008-10-10T17:21:16Z</published>
	<updated>2008-10-10T17:21:16Z</updated>
	<author>
		<name>Ryan Puddephatt-3</name>
	</author>
	<content type="html">Use xforms:insert
&lt;br&gt;-----------------------------------------------
&lt;br&gt;Ryan Puddephatt
&lt;br&gt;FIX Developer
&lt;br&gt;Fidessa LatentZero
&lt;br&gt;1 Alfred Place
&lt;br&gt;London WC1E 7EB
&lt;br&gt;Office: +44 (0) 20 7462 4200
&lt;br&gt;Direct: +44 (0) 20 7323 6112
&lt;br&gt;Blackberry: +44 (0) 79 8539 2458
&lt;br&gt;Fax: +44 (0) 20 7462 4242
&lt;br&gt;Email: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928005&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rpuddephatt@...&lt;/a&gt;
&lt;br&gt;Web: &lt;a href=&quot;http://www.latentzero.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.latentzero.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message -----
&lt;br&gt;From: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928005&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Antoine.DE-TROOSTEMBERGH@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928005&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Antoine.DE-TROOSTEMBERGH@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928005&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928005&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Fri Oct 10 10:51:07 2008
&lt;br&gt;Subject: [ops-users] Copy a node from one instance to another
&lt;br&gt;&lt;br&gt;Hi, 
&lt;br&gt;&lt;br&gt;Is it possible to copy nodes from one instance to another. 
&lt;br&gt;What I'm trying to do is the following: 
&lt;br&gt;&lt;br&gt;I have an instance in which I upload files automatically (using a &amp;lt;xforms:action ev:event=&amp;quot;xforms-select&amp;quot;&amp;gt; on the &amp;lt;xforms:upload)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;xforms:instance id=&amp;quot;files-instance&amp;quot;&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;files&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;file filename=&amp;quot;&amp;quot; mediatype=&amp;quot;&amp;quot; size=&amp;quot;&amp;quot; xmlns=&amp;quot;&amp;quot;/&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/files&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/xforms:instance&amp;gt; 
&lt;br&gt;&lt;br&gt;And another instance containing my main form. 
&lt;br&gt;I would like to upload files, and when submitting the form, copy the nodes containing the file to the main instance. 
&lt;br&gt;I don't want to put the files directly in the main instance since this one can contain errors wich would prevent the files to be uploaded.
&lt;br&gt;&lt;br&gt;Is this the correct way to do it? 
&lt;br&gt;&lt;br&gt;I hope I'm clear 
&lt;br&gt;&lt;br&gt;Thanks, 
&lt;br&gt;&lt;br&gt;Antoine 
&lt;br&gt;&lt;br&gt;&lt;br&gt;______________________________________________________________________
&lt;br&gt;This email has been scanned by the MessageLabs Email Security System.
&lt;br&gt;For more information please visit &lt;a href=&quot;http://www.messagelabs.com/email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.messagelabs.com/email&lt;/a&gt;&amp;nbsp;
&lt;br&gt;______________________________________________________________________
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________________________________
&lt;br&gt;The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
&lt;br&gt;&lt;br&gt;_____________________________________________________________________
&lt;br&gt;This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit &lt;a href=&quot;http://www.mci.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mci.com&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928005&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928005&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19928005&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Copy-a-node-from-one-instance-to-another-tp19915288p19928005.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19918623</id>
	<title>Advise on multi-page xforms application</title>
	<published>2008-10-10T06:40:27Z</published>
	<updated>2008-10-10T06:40:27Z</updated>
	<author>
		<name>wsalesky</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;I&amp;#39;m trying to migrate an application to Orbeon and am wondering if the best way to implement this is using the pipelines. &lt;br&gt;Essentially I have a login page, a queue of in-process items, and then a form for each type of metadata (Dublin Core and MODS). The current set up is a series of XQueries and XSL that ineract with eXist and use the Firefox extension. &lt;br&gt;
&lt;br&gt;Any advise on the best way to set up this sort of appication would be very helpful, any examples that you could point me to would also be useful. &lt;br&gt;Thanks for the help,&lt;br&gt;-Winona&lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19918623&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19918623&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19918623&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Advise-on-multi-page-xforms-application-tp19918623p19918623.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19917791</id>
	<title>Re: (wizard) size limit with GET method</title>
	<published>2008-10-10T05:55:25Z</published>
	<updated>2008-10-10T05:55:25Z</updated>
	<author>
		<name>orousseil</name>
	</author>
	<content type="html">ERRATUM : Problem appears with IE 6 not with Firefox which seems to handle big URL size better&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%28wizard%29-size-limit-with-GET-method-tp19917361p19917791.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19917361</id>
	<title>(wizard) size limit with GET method</title>
	<published>2008-10-10T05:31:25Z</published>
	<updated>2008-10-10T05:31:25Z</updated>
	<author>
		<name>orousseil</name>
	</author>
	<content type="html">Hi
&lt;br&gt;I need to use a wizard for my form and I realized that if the form exceed 2Kb, you can't go to the next step coz it uses &amp;quot;GET&amp;quot; method to pass the instance.
&lt;br&gt;&lt;br&gt;Just replace the file 'initial-instance.xml' in the example &amp;quot;xforms-wizard-pfc&amp;quot; and you will have the problem &lt;a href=&quot;http://www.nabble.com/file/p19917361/initial-instance.xml&quot; target=&quot;_top&quot;&gt;initial-instance.xml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Any ideas ? Is it possible to use POST instead ? (not in xforms:submission but in action in the page flow controler)&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%28wizard%29-size-limit-with-GET-method-tp19917361p19917361.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19916188</id>
	<title>Re: how to avoid repeat row highligting when entering a page?</title>
	<published>2008-10-10T04:00:32Z</published>
	<updated>2008-10-10T04:00:32Z</updated>
	<author>
		<name>fs(ops-users)</name>
	</author>
	<content type="html">&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19916188&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rich@...&lt;/a&gt; schrieb:
&lt;br&gt;&lt;br&gt;&amp;gt; I want to be able to highlight the current row (i achieve
&lt;br&gt;&amp;gt; this without problem with xforms-repeat-selected style) but
&lt;br&gt;&amp;gt; the side effect is that I got the first row higlighted when
&lt;br&gt;&amp;gt; entering the page. I've tried this to solve the problem but
&lt;br&gt;&amp;gt; no luck.
&lt;br&gt;&lt;br&gt;i think there's no easy way to do this. Changing the index of the repeat
&lt;br&gt;woulnd't help because if it contains an invalid value, the index is set
&lt;br&gt;to 1 (AFAIK). One could try and a another empty repeat row, let the
&lt;br&gt;repeat show only the rows except the last one and set the index to the
&lt;br&gt;last row. Maybe, then none of the visible rows are highlighted. But i
&lt;br&gt;don't know wether this will work. And it's a quite ugly workaround that
&lt;br&gt;affects the instance structure for merely design reasons.
&lt;br&gt;&lt;br&gt;hth
&lt;br&gt;florian
&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19916188&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19916188&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19916188&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/how-to-avoid-repeat-row-highligting-when-entering-a-page--tp19912958p19916188.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19916008</id>
	<title>Re: RE: Copy a node from one instance to another</title>
	<published>2008-10-10T03:46:37Z</published>
	<updated>2008-10-10T03:46:37Z</updated>
	<author>
		<name>fs(ops-users)</name>
	</author>
	<content type="html">Frank,
&lt;br&gt;&lt;br&gt;&amp;gt; I have the similar question: How to copy a value from one node to another?
&lt;br&gt;&lt;br&gt;just use xforms:setvalue:
&lt;br&gt;&lt;a href=&quot;http://www.orbeon.com/ops/doc/reference-xforms-ng#xforms-setvalue&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.orbeon.com/ops/doc/reference-xforms-ng#xforms-setvalue&lt;/a&gt;&lt;br&gt;&lt;br&gt;hth
&lt;br&gt;florian
&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19916008&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19916008&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19916008&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Copy-a-node-from-one-instance-to-another-tp19915288p19916008.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19915320</id>
	<title>RE: Copy a node from one instance to another</title>
	<published>2008-10-10T02:53:50Z</published>
	<updated>2008-10-10T02:53:50Z</updated>
	<author>
		<name>Frank Feng</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;Copy a node from one instance to another&lt;/TITLE&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.5730.13&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=162495209-10102008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;I have the similar question: How to copy a value from one 
node to another?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=162495209-10102008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=162495209-10102008&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;Frank&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;!-- Converted from text/plain format --&gt;
&lt;P&gt;&lt;FONT size=2&gt;---------------------------------&lt;BR&gt;Dr. Yankui(Frank) 
Feng&lt;BR&gt;Digital Library Systems Developer&lt;BR&gt;The University of 
York&lt;BR&gt;Heslington, York, YO10 5DD, UK&lt;BR&gt;Tel: +44 (0) 1904-434507&lt;BR&gt;Email: 
yf508 at york.ac.uk&lt;BR&gt;--------------------------------- &lt;/FONT&gt;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR&gt;
&lt;DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left&gt;
&lt;HR tabIndex=-1&gt;
&lt;FONT face=Tahoma size=2&gt;&lt;B&gt;From:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19915320&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Antoine.DE-TROOSTEMBERGH@...&lt;/a&gt; 
[mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19915320&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Antoine.DE-TROOSTEMBERGH@...&lt;/a&gt;] &lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; 10 October 
2008 10:51&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19915320&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; [ops-users] Copy a 
node from one instance to another&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;!-- Converted from text/rtf format --&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Hi,&lt;/FONT&gt; &lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Is it possible to copy nodes from one instance to 
another.&lt;/FONT&gt; &lt;BR&gt;&lt;FONT face=Arial size=2&gt;What I'm trying to do is the 
following:&lt;/FONT&gt; &lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;I have an instance in which I upload files 
automatically (using a&lt;/FONT&gt; &lt;FONT face=&quot;Courier New&quot; color=#008080 size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#3f7f7f size=2&gt;xforms:action&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt; &lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#7f007f size=2&gt;ev:event&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;=&lt;/FONT&gt;&lt;I&gt;&lt;FONT face=&quot;Courier New&quot; color=#2a00ff size=2&gt;&quot;xforms-select&quot;&lt;/FONT&gt;&lt;/I&gt;&lt;FONT face=&quot;Courier New&quot; color=#008080 size=2&gt;&amp;gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt; on the&lt;/FONT&gt; &lt;FONT face=&quot;Courier New&quot; color=#008080 size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#3f7f7f size=2&gt;xforms:upload&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt; &lt;FONT face=&quot;Courier New&quot; color=#008080 size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#3f7f7f size=2&gt;xforms:instance&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; size=2&gt; 
&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#7f007f size=2&gt;id&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;=&lt;/FONT&gt;&lt;I&gt;&lt;FONT face=&quot;Courier New&quot; color=#2a00ff size=2&gt;&quot;file&lt;/FONT&gt;&lt;SPAN lang=fr-be&gt;&lt;FONT face=&quot;Courier New&quot; color=#2a00ff size=2&gt;s-instance&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=en-us&gt;&lt;FONT face=&quot;Courier New&quot; color=#2a00ff size=2&gt;&quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN lang=en-us&gt;&lt;FONT face=&quot;Courier New&quot; color=#008080 size=2&gt;&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt; 
&lt;BR&gt;&lt;SPAN lang=fr-be&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT face=&quot;Courier New&quot; color=#008080 size=2&gt;&amp;lt;files&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=en-us&gt;&lt;/SPAN&gt; &lt;BR&gt;&lt;SPAN lang=en-us&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;U&gt; &lt;FONT face=&quot;Courier New&quot; color=#008080 size=2&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#3f7f7f size=2&gt;file&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;&lt;/FONT&gt; &lt;FONT face=&quot;Courier New&quot; color=#7f007f size=2&gt;filename&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;=&lt;/FONT&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;SPAN lang=en-us&gt;&lt;U&gt;&lt;I&gt;&lt;FONT face=&quot;Courier New&quot; color=#2a00ff size=2&gt;&quot;&quot;&lt;/FONT&gt;&lt;/I&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;&lt;/FONT&gt; &lt;FONT face=&quot;Courier New&quot; color=#7f007f size=2&gt;mediatype&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;=&lt;/FONT&gt;&lt;I&gt;&lt;FONT face=&quot;Courier New&quot; color=#2a00ff size=2&gt;&quot;&quot;&lt;/FONT&gt;&lt;/I&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;&lt;/FONT&gt; &lt;FONT face=&quot;Courier New&quot; color=#7f007f size=2&gt;size&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;=&lt;/FONT&gt;&lt;I&gt;&lt;FONT face=&quot;Courier New&quot; color=#2a00ff size=2&gt;&quot;&quot;&lt;/FONT&gt;&lt;/I&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;&lt;/FONT&gt; &lt;FONT face=&quot;Courier New&quot; color=#7f007f size=2&gt;xmlns&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;=&lt;/FONT&gt;&lt;I&gt;&lt;FONT face=&quot;Courier New&quot; color=#2a00ff size=2&gt;&quot;&quot;&lt;/FONT&gt;&lt;/I&gt;&lt;FONT face=&quot;Courier New&quot; color=#008080 size=2&gt;/&amp;gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/SPAN&gt; &lt;BR&gt;&lt;SPAN lang=fr-be&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT face=&quot;Courier New&quot; color=#008080 size=2&gt;&amp;lt;/files&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=en-us&gt;&lt;/SPAN&gt; 
&lt;BR&gt;&lt;SPAN lang=en-us&gt;&lt;FONT face=&quot;Courier New&quot; color=#000000 size=2&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt; &lt;FONT face=&quot;Courier New&quot; color=#008080 size=2&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#3f7f7f size=2&gt;xforms:instance&lt;/FONT&gt;&lt;FONT face=&quot;Courier New&quot; color=#008080 size=2&gt;&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=en-us&gt;&lt;FONT face=Arial size=2&gt;And another instance containing my 
main form.&lt;/FONT&gt;&lt;/SPAN&gt; &lt;BR&gt;&lt;SPAN lang=en-us&gt;&lt;FONT face=Arial size=2&gt;I would 
like to upload files, and when submitting the form, copy the nodes containing 
the file to the main instance.&lt;/FONT&gt;&lt;/SPAN&gt; &lt;BR&gt;&lt;SPAN lang=en-us&gt;&lt;FONT face=Arial size=2&gt;I don't want to put the files directly in the main instance 
since this one can contain errors wich would prevent the files to be 
uploaded.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=en-us&gt;&lt;FONT face=Arial size=2&gt;Is this the correct way to do 
it?&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=en-us&gt;&lt;FONT face=Arial size=2&gt;I hope I'm clear&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=fr-be&gt;&lt;FONT face=Arial size=2&gt;Thanks,&lt;/FONT&gt;&lt;/SPAN&gt; &lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=fr-be&gt;&lt;FONT face=Arial size=2&gt;Antoine&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=en-us&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19915320&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19915320&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19915320&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Copy-a-node-from-one-instance-to-another-tp19915288p19915320.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19915288</id>
	<title>Copy a node from one instance to another</title>
	<published>2008-10-10T02:51:07Z</published>
	<updated>2008-10-10T02:51:07Z</updated>
	<author>
		<name>Antoine dT</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 3.2//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=utf-8&quot;&gt;
&lt;META NAME=&quot;Generator&quot; CONTENT=&quot;MS Exchange Server version 6.5.7653.2&quot;&gt;
&lt;TITLE&gt;Copy a node from one instance to another&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;!-- Converted from text/rtf format --&gt;

&lt;P&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;Hi,&lt;/FONT&gt;
&lt;/P&gt;

&lt;P&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;Is it possible to copy nodes from one instance to another.&lt;/FONT&gt;

&lt;BR&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;What I'm trying to do is the following:&lt;/FONT&gt;
&lt;/P&gt;

&lt;P&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;I have an instance in which I upload files automatically (using a&lt;/FONT&gt; &lt;FONT COLOR=&quot;#008080&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT COLOR=&quot;#3F7F7F&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;xforms:action&lt;/FONT&gt;&lt;FONT SIZE=2 FACE=&quot;Courier New&quot;&gt; &lt;/FONT&gt;&lt;FONT COLOR=&quot;#7F007F&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;ev:event&lt;/FONT&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;=&lt;/FONT&gt;&lt;I&gt;&lt;FONT COLOR=&quot;#2A00FF&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;quot;xforms-select&amp;quot;&lt;/FONT&gt;&lt;/I&gt;&lt;FONT COLOR=&quot;#008080&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;gt;&lt;/FONT&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt; on the&lt;/FONT&gt; &lt;FONT COLOR=&quot;#008080&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT COLOR=&quot;#3F7F7F&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;xforms:upload&lt;/FONT&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;)&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt; &lt;FONT COLOR=&quot;#008080&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT COLOR=&quot;#3F7F7F&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;xforms:instance&lt;/FONT&gt;&lt;FONT SIZE=2 FACE=&quot;Courier New&quot;&gt; &lt;/FONT&gt;&lt;FONT COLOR=&quot;#7F007F&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;id&lt;/FONT&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;=&lt;/FONT&gt;&lt;I&gt;&lt;FONT COLOR=&quot;#2A00FF&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;quot;file&lt;/FONT&gt;&lt;SPAN LANG=&quot;fr-be&quot;&gt;&lt;FONT COLOR=&quot;#2A00FF&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;s-instance&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;FONT COLOR=&quot;#2A00FF&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;quot;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;FONT COLOR=&quot;#008080&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;

&lt;BR&gt;&lt;SPAN LANG=&quot;fr-be&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT COLOR=&quot;#008080&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;lt;files&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;/SPAN&gt;

&lt;BR&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;U&gt; &lt;FONT COLOR=&quot;#008080&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT COLOR=&quot;#3F7F7F&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;file&lt;/FONT&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&lt;/FONT&gt; &lt;FONT COLOR=&quot;#7F007F&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;filename&lt;/FONT&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;=&lt;/FONT&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;U&gt;&lt;I&gt;&lt;FONT COLOR=&quot;#2A00FF&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;quot;&amp;quot;&lt;/FONT&gt;&lt;/I&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&lt;/FONT&gt; &lt;FONT COLOR=&quot;#7F007F&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;mediatype&lt;/FONT&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;=&lt;/FONT&gt;&lt;I&gt;&lt;FONT COLOR=&quot;#2A00FF&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;quot;&amp;quot;&lt;/FONT&gt;&lt;/I&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&lt;/FONT&gt; &lt;FONT COLOR=&quot;#7F007F&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;size&lt;/FONT&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;=&lt;/FONT&gt;&lt;I&gt;&lt;FONT COLOR=&quot;#2A00FF&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;quot;&amp;quot;&lt;/FONT&gt;&lt;/I&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&lt;/FONT&gt; &lt;FONT COLOR=&quot;#7F007F&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;xmlns&lt;/FONT&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;=&lt;/FONT&gt;&lt;I&gt;&lt;FONT COLOR=&quot;#2A00FF&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;quot;&amp;quot;&lt;/FONT&gt;&lt;/I&gt;&lt;FONT COLOR=&quot;#008080&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/SPAN&gt;

&lt;BR&gt;&lt;SPAN LANG=&quot;fr-be&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT COLOR=&quot;#008080&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;lt;/files&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;/SPAN&gt;

&lt;BR&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;FONT COLOR=&quot;#000000&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt; &lt;FONT COLOR=&quot;#008080&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT COLOR=&quot;#3F7F7F&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;xforms:instance&lt;/FONT&gt;&lt;FONT COLOR=&quot;#008080&quot; SIZE=2 FACE=&quot;Courier New&quot;&gt;&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;
&lt;/P&gt;

&lt;P&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;And another instance containing my main form.&lt;/FONT&gt;&lt;/SPAN&gt;

&lt;BR&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;I would like to upload files, and when submitting the form, copy the nodes containing the file to the main instance.&lt;/FONT&gt;&lt;/SPAN&gt;

&lt;BR&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;I don't want to put the files directly in the main instance since this one can contain errors wich would prevent the files to be uploaded.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;Is this the correct way to do it?&lt;/FONT&gt;&lt;/SPAN&gt;
&lt;/P&gt;

&lt;P&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;I hope I'm clear&lt;/FONT&gt;&lt;/SPAN&gt;
&lt;/P&gt;

&lt;P&gt;&lt;SPAN LANG=&quot;fr-be&quot;&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;Thanks,&lt;/FONT&gt;&lt;/SPAN&gt;
&lt;/P&gt;

&lt;P&gt;&lt;SPAN LANG=&quot;fr-be&quot;&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;Antoine&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN LANG=&quot;en-us&quot;&gt;&lt;/SPAN&gt;
&lt;/P&gt;

&lt;/BODY&gt;
&lt;/HTML&gt;&lt;br /&gt;&lt;br&gt;--
&lt;br&gt;You receive this message as a subscriber of the &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19915288&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users@...&lt;/a&gt; mailing list.
&lt;br&gt;To unsubscribe: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19915288&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ops-users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For general help: mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19915288&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sympa@...&lt;/a&gt;?subject=help
&lt;br&gt;OW2 mailing lists service home page: &lt;a href=&quot;http://www.ow2.org/wws&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ow2.org/wws&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/ObjectWeb-OPS---Users-f2537.html&quot; embed=&quot;fixTarget[2537]&quot; target=&quot;_top&quot; &gt;ObjectWeb OPS - Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Copy-a-node-from-one-instance-to-another-tp19915288p19915288.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19913476</id>
	<title>Re: RE: Re: Re: RE: checkbox control to copy addresses</title>
	<published>2008-10-10T00:42:46Z</published>
	<updated>2008-10-10T00:42:46Z</updated>
	<author>
		<name>manish_suriya</name>
	</author>
	<content type="html">
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Hi &amp;nbsp;Ryan,&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Sorry to disturb you again. :)&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;But i am getting problems.. .&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;1 st case:&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&amp;nbsp;when i put &amp;quot;AS client as&amp;quot;
checkbox inside &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:group
&amp;nbsp;&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('spouseAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;
as the code below... its runs fine one way. ie. when i checked as client
as checkbox spouse instance got deltetd and client address got copied.
but when i uncheked it.. its not works..moreover.. Is spouse applied checkbox
also stops working...&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;......&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;.....&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check1&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;Is
Spouse Applied: &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;Spouse Address:&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:group
&amp;nbsp;&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('spouseAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check2&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;Same
As Client: &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:action
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ev:event&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;xforms-value-changed&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:delete
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;nodeset&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('spouseAddress')/address&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:insert
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;nodeset&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('clientAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;if&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check2=false()&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;at&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('spouseAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;position&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;after&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:insert
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;nodeset&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('templateAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;if&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check2=true()&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;at&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('spouseAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;position&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;after&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:action&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;Street&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;Street:&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;......&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;......&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;2nd case: &lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&amp;nbsp;when i put &amp;quot;AS client as&amp;quot;
checkbox out side &amp;nbsp;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:group
&amp;nbsp;&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('spouseAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;
&amp;nbsp;as code below...i m getting error: for string &amp;nbsp;&amp;quot; &amp;quot;.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;.......&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;.........&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check1&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;Is
Spouse Applied: &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check2&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;Same
As Client: &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:action
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ev:event&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;xforms-value-changed&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:delete
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;nodeset&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('spouseAddress')/address&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:insert
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;nodeset&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('clientAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;if&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check2=false()&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;at&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('spouseAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;position&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;after&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:insert
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;nodeset&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('templateAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;if&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check2=true()&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;at&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('spouseAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;position&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;after&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:action&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;Spouse Address:&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:group
&amp;nbsp;&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('spouseAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;Street&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;Street:&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;......&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;......&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;Please help me out.&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;&amp;nbsp;(My overall code):&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;==================================&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:instance
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;id&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;clientAddress&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;addresses
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;xmlns&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;address
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;Street
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;cleint
street&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;Street&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;ZipCode&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;City&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;State&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;address&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;addresses&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:instance&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:instance
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;id&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;spouseAddress&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;addresses
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;xmlns&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;address
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;Street
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;Street&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;ZipCode&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;City&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;State&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;address&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;addresses&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:instance&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:instance
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;id&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;templateAddress&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;addresses
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;xmlns&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;address
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;Street
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;Street&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;ZipCode&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;City&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;State&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;address&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;addresses&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:instance&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:instance
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;id&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;checboxtest&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;Data
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;xmlns&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;check1&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;check1&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;check2&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;false&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;check2&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;Data&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:instance&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;sans-serif&quot;&gt;=========================================================&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:bind
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;nodeset&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check1&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;type&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;xs:boolean&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:bind
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;nodeset&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check2&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;type&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;xs:boolean&amp;quot;&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:bind
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;nodeset&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('spouseAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;relevant&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check1='true'&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:bind
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;nodeset&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('templateAddress')/address&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;relevant&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('checboxtest')/check2='true'&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;====================================================&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;Client Address:&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('clientAddress')/address/Street&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;Street:&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('clientAddress')/address/ZipCode&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;Zipcode:&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('clientAddress')/address/City&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;City:&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input
&lt;/font&gt;&lt;font size=2 color=#800080 face=&quot;Courier New&quot;&gt;ref&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;=&lt;/font&gt;&lt;font size=2 color=#4200ff face=&quot;Courier New&quot;&gt;&amp;quot;instance('clientAddress')/address/State&amp;quot;
&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;&lt;font size=2 face=&quot;Courier New&quot;&gt;State:&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:label&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;/&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;xforms:input&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;&amp;lt;&lt;/font&gt;&lt;font size=2 color=#3f8080 face=&quot;Courier New&quot;&gt;br&lt;/font&gt;&lt;font size=2 color=#008080 face=&quot;Courier New&quot;&gt;/&amp;gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;font size=2 color=#008080 face=&quot;Cou