Hi,

I would like to use xforms inside eXist-db, client side.

Currently, when I load the hello.xhtml xform from the eXist-db xsltforms demo application into my own application
and then try to display it in the browser, I get the following error:

Error while serializing XML: java.io.FileNotFoundException: /home/falk/eXist-db/config.xsl (No such file or directory)

The setting is as follows:

- I use the latest stable eXist-db release with Linux/Ubuntu
  It is installed in /home/falk/eXist-db

- The processing instruction in the xform is:

<?xml-stylesheet type="text/xsl" href="../xsltforms/xsltforms.xsl"?>

- the path of hello.xhtml in eXist-db is: /db/apps/logoscope/hello.xhtml
- the path of the xsltforms application is: /db/apps/xsltforms

Apparently xsltforms.xsl is applied but it does not find the proper path for xsltforms to prepend to the config.xsl file.

Any idea how I could go about to fix this?

I could use xsltforms via my local http server - I couldn't figure out how to make it work with the file:// URI though.

Is there an easy way to allow writing to files via the local http server or file:// URIs?

What I would like to do is to display an xform in the browser, let a user on the local machine fill in some fields and then, when "submitting" save the outcome to a file on the local file system.

Thank you & best regards,

Ingrid Falk



--
Ingrid Falk
Ingénieur de Recherche
Logoscope @ LiLPa (Linguistique, Langue, Paroles)
Université de Strasbourg

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to