Discussion:
r 595 xsltforms.xsl is not validating
Leonid Kagan
2014-06-04 18:23:50 UTC
Permalink
Alain,
First of all thank you for continued support of this project.

As many other people here we downloaded the latest release to fix Chrome 34 and IE 11 issues with previous release. As we started to test our forms, there where some issues. I wanted to debug them in XMLSpy, but found that it fails to validate xsltforms.xsl. The error happens on JScript compilation (line 47). Below is an error I get. I'm curious if there is a quick fix for it.
Thanks again,

--Leonid
==================== Error below =======================
File C:\DevTools\xsltforms-beta3RC\xsltforms\xsltforms.xsl is not valid.
Script Compile Error(s) (relative to script begin):
Line 1, Character 4: Syntax error
Line 1, Character 33: Expected identifier
"
this['node-set'] = function (x) {
return x;
}
"
Alain Couthures
2014-06-04 19:56:05 UTC
Permalink
Leonid,

Sorry, I did not try the XSLT validator in XML Spy and the error below
does not help...

Please be sure to have cleared caches.

Can you run examples successfully?

--Alain
Post by Leonid Kagan
Alain,
First of all thank you for continued support of this project.
As many other people here we downloaded the latest release to fix
Chrome 34 and IE 11 issues with previous release. As we started to
test our forms, there where some issues. I wanted to debug them in
XMLSpy, but found that it fails to validate xsltforms.xsl. The error
happens on JScript compilation (line 47). Below is an error I get. I'm
curious if there is a quick fix for it.
Thanks again,
--Leonid
==================== Error below =======================
File C:\DevTools\xsltforms-beta3RC\xsltforms\xsltforms.xsl is not valid.
Line 1, Character 4: Syntax error
Line 1, Character 33: Expected identifier
"
this['node-set'] = function (x) {
return x;
}
"
Loading...