TOC PREV NEXT INDEX

Netscape and XSLT


Transforming XML: Netscape and XSLT 1


An Overview

The Netscape XSLT/XPath Reference

Elements

xsl:apply-imports (supported)

xsl:apply-templates (supported)

xsl:attribute (supported)

xsl:attribute-set (supported)

xsl:call-template (supported)

xsl:choose (supported)

xsl:comment (supported)

xsl:copy (supported)

xsl:copy-of (supported)

xsl:decimal-format (supported)

xsl:element (supported)

xsl:fallback (not supported)

xsl:for-each (supported)

xsl:if (supported)

xsl:import (mostly supported)

xsl:include (supported)

xsl:key (supported)

xsl:message (supported)

xsl:namespace-alias (not supported)

xsl:number (partially supported)

xsl:otherwise (supported)

xsl:output (partially supported)

xsl:param (supported)

xsl:preserve-space (supported)

xsl:processing-instruction

xsl:sort (supported)

xsl:strip-space (supported)

xsl:stylesheet (partially supported)

xsl:template (supported)

xsl:text (partially supported)31

xsl:transform (supported)

xsl:value-of (partially supported)32

xsl:variable (supported)

xsl:when (supported)

xsl:with-param (supported)

Axes

Functions

boolean() (supported)

ceiling() (supported)

concat() (supported)

contains() (supported)

count() (supported)

current() (supported)

document() (supported)

element-available() (supported)

false() (supported)

floor() (supported)

format-number() (supported)

function-available() (supported)

generate-id() (supported)

id() (partially supported)

key() (supported)

lang( (supported) )

last() (supported)

local-name() (supported)

name() (supported)

namespace-uri() (supported)

normalize-space() (supported)

not() (supported)

number() (supported)

position() (supported)

round() (supported)

starts-with() (supported)

string() (supported)

string-length() (supported)

substring() (supported)

substring-after() (supported)

substring-before() (supported)

sum() (supported)

system-property() (supported)

translate() (supported)

true() (supported)

unparsed-entity-url() (not supported)

For Further Reading


Comments? devdoc-feedback@netscape.com
TOC PREV NEXT INDEX