Hello,

Just a quick question about validation of xforms documents.  I am
getting the following error when ever I try to uses nested a
<xform:group> in my views.

Type class java.lang.RuntimeException 
Message org.orbeon.oxf.common.ValidationException: null, line 0, column
0: Element <xforms:label> must be a descendant of a <xforms:group>
element 
Location oxf:/app/views/eventView2.xsl 
Line 0 
Column 0  

I checked the xform schema, and it seems that having something like:

<xform:group>
        <xforms:input ref="/Event/Title">
                <xforms:label>Title</xforms:label>      
        </xforms:input>
        <xform:group>
                <xforms:input ref="/Event/Time">
                        <xforms:label>Time</xforms:label>
                </xforms:input>
        </xform:group>
</xform:group>

should be valid, but I get the above error.

Thanks

Peter

-----<CDE/>-----
Center for Document Engineering
University of California, Berkeley
cde.berkeley.edu


_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to