-
When I try to transform using the following XSLT I receive an error stating: Namespace 'http://www.w3.org/2005/xpath-functions' does not contain any functions.
I know this has to be something stupid like something isn't installed but I can't figure it out. Any guidance you can supply will be greatly appreciated.
<?xml version="1.0"?>
<xsl:stylesheet...
2009-04-16 16:09:51 UTC by scottp3
-
Hi Dimitre,
Valid points - however...
At the start of 9.2 Parameters the model states that for the @select, @required and content are optional. The intellisense cannot know at all times the 'context' of the element being edited - therefore, it does not differentiate according to whether it is part of or . To do this would slow the...
2009-02-26 16:56:40 UTC by marrow16
-
Hi Dimitre,
All valid points - but can be resolved by the user without any changes to the code base.
Just create the template you want to use as the default for XSLT 2.0 - then, from the 'New' toolbar button dropdown menu select the "Save as template stylesheet" option. Once you've saved the stylesheet as a template it becomes available as an option in that same 'New' toolbar button...
2009-02-26 15:59:55 UTC by marrow16
-
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 by dnovatchev
-
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 by dnovatchev
-
Anonymous committed patchset 1 of module CVSROOT to the Xselerator CVS repository, changing 11 files.
2007-10-15 22:10:39 UTC by nobody
-
marrow16 registered the Xselerator project.
2007-10-15 22:05:39 UTC by marrow16