First simple test:
with the file attached I get the following error:
"Core is not defined"
Also, the password mentioned in instance is not shown. How could I remove the star located in the right-side of inputs (used usually for "required" fields), as I have no required field?
Claudius
Claudius,
This simple test file is working for me.
The star still located at the right side indicates that the initialization went wrong in your browser and it's just what happened with "Core is not defined" message. I suspect that the xsltforms.js file was not accessible ! Can you check this ?
Thanks!
-Alain
From: claudius t. <cla...@ya...> - 2009-10-01 17:06:40
I made another step forward, and now I have the error:
XSLTForms Exception
--------------------------
Error initializing :
Function http://www.w3.org/2002/xforms instance() not found
I make tests on FF3.0.13/Debian, ies4linux/Dabian (a sort of IE for Linux) and Opera 10/Debian.
Thanks,
Claudius
From: COUTHURES A. <ala...@ag...> - 2009-10-01 17:53:58
I have very recently added support for namespaces in XPath function
calls and both xsltforms.xsl and xsltforms.js files were concerned.
It sounds as if you didn't download the latest version of both files... ;-)
-Alain
claudius teo a écrit :
> I made another step forward, and now I have the error:
>
> XSLTForms Exception
>
> --------------------------
>
>
>
> Error initializing :
>
>
>
> Function http://www.w3.org/2002/xforms instance() not found
>
>
> I make tests on FF3.0.13/Debian, ies4linux/Dabian (a sort of IE for Linux) and Opera 10/Debian.
>
> Thanks,
> Claudius
>
>
>
>
>
From: claudius t. <cla...@ya...> - 2009-10-01 19:20:17
I saw that you modified them about 15 minutes ago and loaded them.
But Opera says
XSLTForms Exception
--------------------------
Error initializing :
TypeError
Statement on line 3006: Cannot convert undefined or null to Object
stacktrace: n/a; see opera:config#UserPrefs|Exceptions Have Stacktrace
and FF says
XSLTForms Exception
--------------------------
Error initializing :
TypeError
this.element.firstChild.firstChild is null
Claudius
From: COUTHURES A. <ala...@ag...> - 2009-10-01 19:35:20
Claudius,
> I saw that you modified them about 15 minutes ago and loaded them.
>
> But Opera says
>
> XSLTForms Exception
>
> --------------------------
>
>
>
> Error initializing :
>
>
>
> TypeError
>
>
>
> Statement on line 3006: Cannot convert undefined or null to Object
>
> stacktrace: n/a; see opera:config#UserPrefs|Exceptions Have Stacktrace
>
>
> and FF says
>
> XSLTForms Exception
> --------------------------
>
> Error initializing :
>
> TypeError
>
> this.element.firstChild.firstChild is null
>
>
> Claudius
>
>
Such errors happen when configuration is not correct... especially
indented result after transformation.
Please refer to previous posts on this list because I thought this was
already solved...
-Alain
From: COUTHURES A. <ala...@ag...> - 2009-10-01 19:59:29
>
> That fix was for dynamic XForms pages (*.xql files), by using XQuery.
>
> I am using static files (*.xml files).
>
> Claudius
>
OK but it still sounds like a configuration problem... I am using static
files too.
Please view source and use a browser debugger to locate your problem.
-Alain
From: Wolfgang M. <wol...@ex...> - 2009-10-01 14:26:27
> "Core is not defined"
I guess you are still using the old xsltforms.xsl? This is one of the
errors I had yesterday and which should be fixed. Please update your
xsltforms.xsl with either the one in eXist trunk or XSLTForms trunk.
Wolfgang