Page 1 of 1

XSLT functions added to pop-up list

Posted: Thu Jan 12, 2006 5:50 pm
by dsewell
This applies to the beta of oXygen 7.

When editing an XSLT file, if one types for example

Code: Select all

<xsl:value-of select="">
a pop-up list appears containing all of the possible XPath functions and node types that could be used as the value of @select. But XSLT functions are not in the list. For example, for XSLT 2.0, current-group(), current-grouping-key, etc. Could they be added as well?

Posted: Thu Jan 12, 2006 7:31 pm
by george
Hi David,

Good catch, we have only the XSLT 1.0 functions added (9 funtions). We will add also the 18 XSLT 2.0 functions.

Best Regards,
George

Posted: Thu Jan 12, 2006 8:39 pm
by dsewell
george wrote:Hi David,

Good catch, we have only the XSLT 1.0 functions added (9 funtions). We will add also the 18 XSLT 2.0 functions.
Great, thanks!