December 1999
Intermediate to advanced
992 pages
22h 3m
English
The XSLT vocabulary defines several template constructs that control the application of templates in XSL style sheets. These template constructs are actually elements that are defined in the XSL namespace. The following are some of the more commonly used XSLT elements:
xsl:value-of
xsl:if
xsl:for-each
xsl:apply-templates
The next few sections will examine these XSLT elements in more detail. You'll also learn how to use them in the context of practical XSL style sheets a little later in the chapter in the section titled "Developing XSL Style Sheets."
The xsl:value-of element is used to insert the value of an element or attribute in the resulting output of the style sheet. It provides the mechanism ...
Read now
Unlock full access