You are not logged in.
Pages:: 1
#1 2014-10-05 10:04:58
Is XMLT is a programming language?
XSLT Programming Language:
From a programmer's point of view, XSLT is a programming language for processing XML data — that is, transforming XML documents. As such, it supports the following:
A small set of flexible data types: Boolean, number, string, node-set, and external objects.
A full set of operations: <xsl:template>, <xsl:apply-templates>, <xsl:sort>,<xsl:output>, and so on.
Programming flow-control: <xsl:if>, <xsl:for-each>, <xsl:choose>, and so on.
Read About ☛ Extensible Stylesheet Language Transformations(XSLT):
XPath Language Syntax:
XSLT adopts the XPath language syntax for expressions. There are also built-in and custom extension functions for building expressions for XML data queries and transformations. For a complete list of XSLT language features, see XSLT Reference and XPath Reference in this documentation.
An XSLT style sheet is an XML document. This means that XSLT instructions are expressed as XML elements, and an XSLT style sheet can transform other XSLT style sheets, or even itself.
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2014-10-05 10:04:58
- Advertisement
- Ads By Google
Re: Is XMLT is a programming language?
\n
Pages:: 1