Search results

Term entries in the full glossary matching "stylesheet"

W3C Glossaries

Showing results 1 - 10 of 10

embedded stylesheet module

From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source

An embedded stylesheet module is a stylesheet module that is embedded within another XML document, typically the source document that is being transformed.
principal stylesheet module

From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source

A stylesheet may consist of several stylesheet modules, contained in different XML documents. For a given transformation, one of these functions as the principal stylesheet module. The complete stylesheet is assembled by finding the stylesheet modules referenced directly or indirectly from the principal stylesheet module using xsl:include and xsl:import elements: see and .
simplified stylesheet module

From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source

A simplified stylesheet module is a tree, or part of a tree, consisting of a literal result element together with its descendant nodes and associated attributes and namespaces. This element is not itself in the XSLT namespace, but it must have an xsl:version attribute, which implies that it must have a namespace node that declares a binding for the XSLT namespace. For further details see .
standalone stylesheet module

From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source

A standalone stylesheet module is a stylesheet module that comprises the whole of an XML document.
standard stylesheet module

From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source

A standard stylesheet module is a tree, or part of a tree, consisting of an xsl:stylesheet or xsl:transform element (see ) together with its descendant nodes and associated attributes and namespaces.
stylesheet

From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source

A transformation in the XSLT language is expressed in the form of a stylesheet, whose syntax is well-formed XML conforming to the Namespaces in XML Recommendation .
stylesheet function

From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source

An xsl:function declaration declares the name, parameters, and implementation of a stylesheet function that can be called from any XPath expression within the stylesheet.
stylesheet level

From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source

A stylesheet level is a collection of stylesheet modules connected using xsl:include declarations: specifically, two stylesheet modules A and B are part of the same stylesheet level if one of them includes the other by means of an xsl:include declaration, or if there is a third stylesheet module C that is in the same stylesheet level as both A and B.
stylesheet modules

From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source

A stylesheet consists of one or more stylesheet modules, each one forming all or part of an XML document.
stylesheet parameter

From XSL Transformations (XSLT) 2.0 (2007-01-23) | Glossary for this source

A top-level xsl:param element declares a stylesheet parameter. A stylesheet parameter is a global variable with the additional property that its value can be supplied by the caller when a transformation is initiated.

The Glossary System has been built by Pierre Candela during an internship in W3C; it's now maintained by Dominique Hazael-Massieux

Copyright © 2000-2003W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.