-
Dimitre,
Could you please update fxsl-xslt2.zip to reflect the recent version of the project. The archive was created on 13/07/2006 and you have done a lot of changes since then.
Regards,
Thomas.
2009-09-03 17:24:13 UTC by tw2000
-
dnovatchev committed patchset 201 of module fxsl-xslt2 to the FXSL xslt Functional Programming Library CVS repository, changing 2 files.
2009-08-27 03:52:04 UTC by dnovatchev
-
Dimitre,
Thank you for the quick response. For now, I am stuck with Saxon 8 (until we upgrade to 9). This looks like an awesome library, and I am sure I will be back to it.
Alex.
2009-05-11 18:09:44 UTC by avernet
-
There is an example how to use this fuction. It is the testFunc-json-document.xsl file in the Tests folder:
http://fxsl.cvs.sourceforge.net/viewvc/fxsl/fxsl-xslt2/Tests/testFunc-json-document.xsl?revision=1.1&view=markup
When applied on any XML file (not used) this transformation produces the correct result.
One potential factor that could cause your problem is the use of...
2009-05-11 13:50:43 UTC by dnovatchev
-
I am playing with f:json-document(), but fail to get it to return something even for a simple document. My stylesheet looks like this: http://pastie.org/474219. I am running this on Saxon 8.8. Am I missing something?
Alex.
2009-05-11 07:56:58 UTC by avernet
-
dnovatchev committed patchset 200 of module fxsl-xslt2 to the FXSL xslt Functional Programming Library CVS repository, changing 5 files.
2009-03-07 22:22:09 UTC by dnovatchev
-
dnovatchev committed patchset 199 of module fxsl-xslt2 to the FXSL xslt Functional Programming Library CVS repository, changing 1 files.
2009-01-15 06:28:58 UTC by dnovatchev
-
dnovatchev committed patchset 198 of module fxsl-xslt2 to the FXSL xslt Functional Programming Library CVS repository, changing 1 files.
2009-01-15 06:27:46 UTC by dnovatchev
-
The source file func-apply2.xsl doesn't contain the usual convenience functions and templates. Here they are:
...
2008-12-01 23:22:24 UTC by langec
-
When the f:apply2 function in func-apply2.xsl calls the function that is to be applied, it doesn't use the f:FXSL namespace, so the call doesn't work. The code should be changed to
.
2008-12-01 23:20:39 UTC by langec