Project

Profile

Help

Bug #4658

Updated by O'Neil Delpratt over 3 years ago

The Saxon-Forms application is no longer usable since upgrading to Saxon-JS2. Getting the following error: 

 ~~~ 
 [Error] XError:Unknown function Q{http://www.w3.org/2002/xforms}index(); code:XPST0017 
	 push (SaxonJS2.js:4013:450) 
	 sj (SaxonJS2.js:4527:121) 
	 (anonymous function) (SaxonJS2.js:4524:493) 
	 sa (SaxonJS2.js:3847:130) 
	 Uc (SaxonJS2.js:4524:469) 
	 d (SaxonJS2.js:4538:432) 
	 c (SaxonJS2.js:4541:189) 
	 transform (SaxonJS2.js:4560:287) 
	 (anonymous function) (demo-repeat.html:12) 
 ~~~ 

 Stylesheets here: https://github.com/Saxonica/Saxon-Forms/tree/master/src 
 The sef has been attached to this bug. 

 Demo Demos to reproduce the bug is also attached to this bug issue.

Back