Hi guys, I can't remember whether I reported this one already but I am losing namespaces between the xforms and the model. ie.
<xforms:model xmlns:xforms="http://www.w3.org/2002/xforms"> <xforms:instance> <form> <sql:query xmlns:sql="http://orbeon.org/oxf/xml/sql"> select * from something </sql:query> </form> </xforms:instance> <xforms:submission method="GET"/> </xforms:model> .. becomes this when it reaches the model. <form> select * from something </form> Damon. _______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
