4Suite API Documentation

Module Ft.Xml.Xslt.Exslt.Dynamic

EXSLT 2.0 - Dyanmic (http://www.exslt.org/dyn/index.html) WWW: http://4suite.org/XSLT e-mail: support@4suite.org
Copyright (c) 2001 Fourthought Inc, USA.   All Rights Reserved.
See  http://4suite.org/COPYRIGHT  for license and copyright information
Functions:
Globals:

Functions

Evaluate(context, string)
The dyn:evaluate function evaluates a string as an XPath expression and returns the resulting value, which might be a boolean, number, string, node set, result tree fragment or external object. The sole argument is the string to be evaluated.
Implements version 1.

Globals

EXSL_DYNAMIC_NS = 'http://exslt.org/dynamic'
ExtElements = {}
ExtFunctions = {('http://exslt.org/dynamic', 'evaluate'): <function Evaluate>}
ExtNamespaces = {'http://exslt.org/dynamic': 'dyn'}