XSLT functions added to pop-up list

Are you missing a feature? Request its implementation here.
dsewell
Posts: 125
Joined: Mon Jun 09, 2003 6:02 pm
Location: Charlottesville, Virginia USA

XSLT functions added to pop-up list

Post 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?
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
dsewell
Posts: 125
Joined: Mon Jun 09, 2003 6:02 pm
Location: Charlottesville, Virginia USA

Post 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!
Post Reply