Re: [Xsltforms-support] Regression after switching to XQuery generation
Brought to you by:
alain-couthures
From: Ihe O. <ihe...@go...> - 2012-05-27 12:18:36
|
I believe what is happening is that the form is being processed by betterform instead of XSLTForms even though i have followed the instructions and included declare option exist:serialize "method=xhtml media-type=text/xml"; declare option exist:serialize "indent=no"; declare option exist:serialize "process-xsl-pi=no"; in my xquery. On Sun, May 27, 2012 at 10:37 AM, Ihe Onwuka <ihe...@go...> wrote: > > In order to complete developing my app I have switched to generating my form via XQuery (a la Beginners Guide to XRX thanks Dan). > > Unfortunately the form has regressed significantly (labels not rendered, select drop downs not populated) etc. > > I've checked that I have the correct paths to reference data but beyond that I don't know what next to do. > > |