You are not logged in.

#1 2014-10-05 10:04:58

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Is XMLT is a programming language?

XSLT Programming Language:

Read About ☛ XSLT Role:

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.

Read About ☛ XSLT Language:

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.

Read About ☛ XSL-FO

Read About ☛ Extensible Stylesheet Language(XSL):


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2014-10-05 10:04:58

Advertisement
Ads By Google

Re: Is XMLT is a programming language?



\n
The following user say "Thank You" for this post:Guest

Board footer