The exact error message is this:

HTTP ERROR 400

Problem accessing /exist/rest//db/NanoXFServer/input.xml. Reason:

     Error while serializing XML: java.io.FileNotFoundException: 
C:\bin\eXist\tools\wrapper\bin\config.xsl (The system cannot find the 
file specified)


I found a workaround using XQuery to avoid the server-side transform 
and it worked well. It receives the XForm name as a parameter and 
returns it:

xquery version "1.0";
declare namespace exist="http://exist.sourceforge.net/NS/exist";;
declare option exist:serialize "method=xhtml media-type=application/xml 
process-xsl-pi=no";

let $q := request:get-parameter('form', '')

let $form := doc($q)

return $form


Someone in the exist-open mailing list is having a similar problema>

http://sourceforge.net/mailarchive/forum.php?thread_name=CAHM8cTfFc%2BxmuA0M1Eyo4tXaW3uWxCqs8Hn6U3wg%3D4MRRmM-Bw%40mail.gmail.com&forum_name=exist-open







El 2012-10-31 17:27, Dan McCreary escribió:
> Hi Bill,
>
> I am using the latest version of XSLTForms on eXist 2.0 and I did 
> find
> that some of the javascript within the HTML files had to have the
> ampersand character escaped or my loader ant tasks would not run
> correctly.  This was only in the code for the Tiny editor as I 
> recall.
>
> - Dan
>
> On Wed, Oct 31, 2012 at 3:13 PM, William Velasquez
> <[email protected]> wrote:
>> Hi,
>>
>> Has anybody used the latest version of XSLTForms with eXist 2.0 
>> beta?
>>
>> I'm just testing the examples and getting errors accesing config.xsl 
>> in
>> the local disk.
>>
>> When I change the PI in the XForm to the full path of XSLTForms in 
>> the
>> eXist server, the form begins to load, but a message box with null
>> reference error appers.
>>
>> Thanks everybody,
>>
>>
>> Bill
>>
>>
>> PD: Para quienes hablan EspaƱol, estoy escribiendo el libro de 
>> XForms
>> en Wikibooks http://es.wikibooks.org/wiki/XForms Todos sus aportes 
>> son
>> bien recibidos.
>>
>> 
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_sfd2d_oct
>> _______________________________________________
>> Xsltforms-support mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/xsltforms-support

------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to