1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-09-18 14:34:32 +03:00
Files
libxslt/tests/extensions/list.out
Thomas Broyer 3ee2cad5b4 added implementation of SAXON expression(), eval() and evaluate()
* libexslt/saxon.c libexslt/Makefile.am libexslt/exslt.[ch]:
	  added implementation of SAXON expression(), eval() and
	  evaluate() functions.
	  See http://saxon.sourceforge.net/saxon6.4.4/extensions.html
	* tests/extension/evaluate.xsl tests/extension/list.{xsl,out}:
	  modified to use SAXON namespace (functions are not registered
	  in the LibXSLT namespace)
	* tests/exslt/common/object-type.1.out: modified to take account
	  of the new saxon:expression function
2001-10-07 16:55:36 +00:00

41 lines
945 B
XML

<?xml version="1.0"?>
=== 24 Standard elements:
xsl:apply-templates available
xsl:apply-imports available
xsl:call-template available
xsl:element available
xsl:attribute available
xsl:text available
xsl:processing-instruction available
xsl:comment available
xsl:copy available
xsl:value-of available
xsl:number available
xsl:for-each available
xsl:if available
xsl:choose available
xsl:sort available
xsl:copy-of available
xsl:message available
xsl:variable available
xsl:param available
xsl:with-param available
xsl:decimal-format available
xsl:when available
xsl:otherwise available
xsl:fallback available
=== 5 Extension elements:
xsl:element available
saxon:output available
xalanredirect:write available
xt:document available
libxslt:debug available
=== 6 Extension functions:
libxslt:node-set() available
saxon:node-set() available
xt:node-set() available
saxon:evaluate() available
saxon:expression() available
saxon:eval() available