John Nitao | 11 Jan 10:36

question regarding namespaces in nuxeo XForms library


Hi Bogdan,

I downloaded the nuxeo XForms Java libray and
the model instance doesn't appear to support namespaces (??).

I had a tag called ft:item in the model instance and I get a parse
error (see end of email).  I think the software thinks that
it is an xforms tag (?).

The following is my XForms instance:

<instance>
                <document xmlns:ft="http://www.llnl.gov/xforms-test/1.0">

                        <metadata>
                                <title>My default title</title>
                                <mdate/>
                                <author>me</author>
                                <description>
                                This is the default description
                                </description>
                                <language>fr</language>
                                <ctype>plain</ctype>
                       </metadata>

      <ft:item> E </ft:item>

                        <content/>
                </document>
(Continue reading)


Gmane