Sample Form at ODK Aggreagate

Hi all,

Was it intentional to have the sample form at ODK Aggregate start with the
'?' character?
http://open-data-kit.appspot.com/formXml?readable=true&odkFormKey=ag1vcGVuLWRhdGEta2l0chELEgRGb3JtIgdERUZBVUxUDA

··· -- If we keep uppermost in our minds the unkind and unjust acts of others, we shall find it impossible to love them as Christ has loved us; but if our thoughts dwell upon the wondrous love and pity of Christ for us, the same spirit will flow out to others.

yes. formxml is a servlet that generates an xform based on the
formkey. it's sort of like generateForm?formId=12345.

··· On Thu, Jul 15, 2010 at 06:43, Daniel Kayiwa wrote: > > Hi all, > > Was it intentional to have the sample form at ODK Aggregate start with the > '?' character? > http://open-data-kit.appspot.com/formXml?readable=true&odkFormKey=ag1vcGVuLWRhdGEta2l0chELEgRGb3JtIgdERUZBVUxUDA > > > > -- > If we keep uppermost in our minds the unkind and unjust acts of others, we > shall find it impossible to love them as Christ has loved us; but if our > thoughts dwell upon the wondrous love and pity of Christ for us, the same > spirit will flow out to others. >

Assuming i get you correctly, you could be talking about the '?' in the url.
The one am talking of is at the beginning of the actual xml returned on
clicking this url.
Below are the contents:

?<h:html xmlns="http://www.w3.org/2002/xforms"
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:jr="http://openrosa.org/javarosa">
<h:head>
<h:title>Person Entry</h:title>

<model>
  <instance>
    <pr_person

xmlns=""><first_name></first_name><middle_name></middle_name><last_name></last_name><preferred_name></preferred_name><mobile_phone></mobile_phone></pr_person>

  <bind nodeset="first_name" required="true()"

type="string">

</model>

</h:head>

<h:body>First
NameMiddle
NameLast
NamePreferred
NameEmailMobile Phone #Comment</h:body>

··· On Thu, Jul 15, 2010 at 6:10 PM, Yaw Anokwa wrote:

yes. formxml is a servlet that generates an xform based on the
formkey. it's sort of like generateForm?formId=12345.

On Thu, Jul 15, 2010 at 06:43, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi all,

Was it intentional to have the sample form at ODK Aggregate start with
the
'?' character?

http://open-data-kit.appspot.com/formXml?readable=true&odkFormKey=ag1vcGVuLWRhdGEta2l0chELEgRGb3JtIgdERUZBVUxUDA

--
If we keep uppermost in our minds the unkind and unjust acts of others,
we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

--
If we keep uppermost in our minds the unkind and unjust acts of others, we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

Probably not intentional; that's invalid XML.

—Clint

··· On Jul 15, 2010, at 8:16 AM, Daniel Kayiwa wrote:

Assuming i get you correctly, you could be talking about the '?' in the url.
The one am talking of is at the beginning of the actual xml returned on clicking this url.
Below are the contents:

?<h:html xmlns="http://www.w3.org/2002/xforms"
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:jr="http://openrosa.org/javarosa">
<h:head>
<h:title>Person Entry</h:title>

<model>
  <instance>
    <pr_person xmlns=""><first_name></first_name><middle_name></middle_name><last_name></last_name><preferred_name></preferred_name><email></email><mobile_phone></mobile_phone><comment></comment></pr_person>
  </instance>
  
  <bind nodeset="first_name" required="true()" type="string"></bind><bind nodeset="middle_name" required="false()" type="string"></bind><bind nodeset="last_name" required="false()" type="string"></bind><bind nodeset="preferred_name" required="false()" type="string"></bind><bind nodeset="email" required="false()" type="string"></bind><bind nodeset="mobile_phone" required="false()" type="integer"></bind><bind nodeset="comment" required="false()" type="string"></bind>
  
</model>

</h:head>

<h:body>First NameMiddle NameLast NamePreferred NameEmailMobile Phone #Comment</h:body>

On Thu, Jul 15, 2010 at 6:10 PM, Yaw Anokwa yanokwa@gmail.com wrote:
yes. formxml is a servlet that generates an xform based on the
formkey. it's sort of like generateForm?formId=12345.

On Thu, Jul 15, 2010 at 06:43, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi all,

Was it intentional to have the sample form at ODK Aggregate start with the
'?' character?
http://open-data-kit.appspot.com/formXml?readable=true&odkFormKey=ag1vcGVuLWRhdGEta2l0chELEgRGb3JtIgdERUZBVUxUDA

--
If we keep uppermost in our minds the unkind and unjust acts of others, we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

--
If we keep uppermost in our minds the unkind and unjust acts of others, we shall find it impossible to love them as Christ has loved us; but if our thoughts dwell upon the wondrous love and pity of Christ for us, the same spirit will flow out to others.

agreed. i'm assuming waylon will remove that form at some point. if
you need another server to use, http://opendatakit.appspot.com is
also live.

··· On Thu, Jul 15, 2010 at 08:53, Clint Tseng wrote: > Probably not intentional; that's invalid XML. > —Clint > On Jul 15, 2010, at 8:16 AM, Daniel Kayiwa wrote: > > Assuming i get you correctly, you could be talking about the '?' in the url. > The one am talking of is at the beginning of the actual xml returned on > clicking this url. > Below are the contents: > > ? xmlns:h="http://www.w3.org/1999/xhtml" > xmlns:ev="http://www.w3.org/2001/xml-events" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:jr="http://openrosa.org/javarosa"> > > Person Entry > > > > > > > > > > > > First NameMiddle NameLast NamePreferred NameEmailMobile Phone #Comment > > > > On Thu, Jul 15, 2010 at 6:10 PM, Yaw Anokwa wrote: >> >> yes. formxml is a servlet that generates an xform based on the >> formkey. it's sort of like generateForm?formId=12345. >> >> On Thu, Jul 15, 2010 at 06:43, Daniel Kayiwa wrote: >> > >> > Hi all, >> > >> > Was it intentional to have the sample form at ODK Aggregate start with >> > the >> > '?' character? >> > >> > http://open-data-kit.appspot.com/formXml?readable=true&odkFormKey=ag1vcGVuLWRhdGEta2l0chELEgRGb3JtIgdERUZBVUxUDA >> > >> > >> > >> > -- >> > If we keep uppermost in our minds the unkind and unjust acts of others, >> > we >> > shall find it impossible to love them as Christ has loved us; but if our >> > thoughts dwell upon the wondrous love and pity of Christ for us, the >> > same >> > spirit will flow out to others. >> > > > > > -- > If we keep uppermost in our minds the unkind and unjust acts of others, we > shall find it impossible to love them as Christ has loved us; but if our > thoughts dwell upon the wondrous love and pity of Christ for us, the same > spirit will flow out to others. > >

Thanks Yaw and Clint for the clarification.

··· On Thu, Jul 15, 2010 at 6:56 PM, Yaw Anokwa wrote:

agreed. i'm assuming waylon will remove that form at some point. if
you need another server to use, http://opendatakit.appspot.com is
also live.

On Thu, Jul 15, 2010 at 08:53, Clint Tseng cxlt@cs.washington.edu wrote:

Probably not intentional; that's invalid XML.
—Clint
On Jul 15, 2010, at 8:16 AM, Daniel Kayiwa wrote:

Assuming i get you correctly, you could be talking about the '?' in the
url.
The one am talking of is at the beginning of the actual xml returned on
clicking this url.
Below are the contents:

?<h:html xmlns="http://www.w3.org/2002/xforms"
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:jr="http://openrosa.org/javarosa">
<h:head>
<h:title>Person Entry</h:title>

<model>
  <instance>
    <pr_person xmlns=""><first_name></first_name><middle_name></middle_name><last_name></last_name><preferred_name></preferred_name><email></email><mobile_phone></mobile_phone><comment></comment></pr_person>
  </instance>
  <bind nodeset="first_name" required="true()" type="string"></bind><bind nodeset="middle_name" required="false()" type="string"></bind><bind nodeset="last_name" required="false()" type="string"></bind><bind nodeset="preferred_name" required="false()" type="string"></bind><bind nodeset="email" required="false()" type="string"></bind><bind nodeset="mobile_phone" required="false()" type="integer"></bind><bind nodeset="comment" required="false()" type="string"></bind>
</model>

</h:head>

<h:body>First NameMiddle NameLast NamePreferred NameEmailMobile Phone #Comment</h:body>

On Thu, Jul 15, 2010 at 6:10 PM, Yaw Anokwa yanokwa@gmail.com wrote:

yes. formxml is a servlet that generates an xform based on the
formkey. it's sort of like generateForm?formId=12345.

On Thu, Jul 15, 2010 at 06:43, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi all,

Was it intentional to have the sample form at ODK Aggregate start with
the
'?' character?

http://open-data-kit.appspot.com/formXml?readable=true&odkFormKey=ag1vcGVuLWRhdGEta2l0chELEgRGb3JtIgdERUZBVUxUDA

--
If we keep uppermost in our minds the unkind and unjust acts of
others,
we
shall find it impossible to love them as Christ has loved us; but if
our
thoughts dwell upon the wondrous love and pity of Christ for us, the
same
spirit will flow out to others.

--
If we keep uppermost in our minds the unkind and unjust acts of others,
we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

--
If we keep uppermost in our minds the unkind and unjust acts of others, we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.