XSLT - Data Type

Card Puncher Data Processing

XSLT - Data Type

Conversion

Xalan Conversions from XSLT to Java

XSLT type Java types (in decreasing order of preference)
node-set org.w3c.dom.traversal.NodeIterator, org.w3c.dom.NodeList, org.w3c.dom.Node, String, Object, char, double, float, long, int, short, byte, boolean
string String, Object, char, double, float, long, int, short, byte, boolean
boolean boolean, Boolean, Object, String
number double, Double, float, long, int, short, char, byte, boolean, String, Object
result tree fragment org.w3c.dom.traversal.NodeIterator, org.w3c.dom.NodeList, org.w3c.dom.Node, String, Object, char, double, float, long, int, short, byte, boolean

See Xpath conversion Function

Documentation / Reference





Discover More
Card Puncher Data Processing
(XSLT|XPATH|XQUERY) - Function

Xpath Functions return a string, a number, or a Boolean value. For example, the expression /PROJECT/text() gets the string-value of PROJECT nodes. Many functions depend on the current context. In the...
Card Puncher Data Processing
XSLT - Variable

There are two elements that can be used to bind variables: xsl:variable and xsl:param. The difference is that the value specified on the xsl:param variable is only a default value for the binding;...



Share this page:
Follow us:
Task Runner