-
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 in FXSL xslt Functional Programming Library
-
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 in FXSL xslt Functional Programming Library
-
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 in FXSL xslt Functional Programming Library
-
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 in FXSL xslt Functional Programming Library
-
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 in FXSL xslt Functional Programming Library
-
dnovatchev committed patchset 197 of module fxsl-xslt2 to the FXSL xslt Functional Programming Library CVS repository, changing 13 files.
2008-11-06 04:54:38 UTC in FXSL xslt Functional Programming Library
-
dnovatchev committed patchset 196 of module fxsl-xslt2 to the FXSL xslt Functional Programming Library CVS repository, changing 1 files.
2008-11-06 04:52:05 UTC in FXSL xslt Functional Programming Library
-
dnovatchev committed patchset 195 of module fxsl-xslt2 to the FXSL xslt Functional Programming Library CVS repository, changing 1 files.
2008-11-06 04:50:06 UTC in FXSL xslt Functional Programming Library
-
The new XSLT 2.0 stylesheet that is pre-displayed when selecting "Stylesheet (XSLT 2.0)" from the list of new stylesheet types currently is the following:
...
2008-10-14 17:59:34 UTC in Xselerator
-
1. Whenever the user enters an for an , the intellisense allows the @select attribute to be chosen.
This is wrong and entering an @select attribute will lead to a compilation error, as dictated by the XSLT 2.0 spec:
http://www.w3.org/TR/xslt20/#element-function
"[ERR XTSE0760] Because arguments to a stylesheet function call must all be specified, the xsl:param...
2008-10-14 13:52:29 UTC in Xselerator