Table of Contents

Previous

Next


XSL Match Templates

Style sheets are made of a number of templates, each of which defines what the XSLT processor should do when it matches a particular node in the XML source document. The XSLT processor populates the result document by instantiating a sequence of templates. Instantiation of a template means that the XSLT processor performs the following tasks:

Templates are defined using the <xsl: template> element. The match attribute in the <xsl:template> element indicates which parts of the source document should be processed with the particular template.

ePublisher/2010.4/Help/04.Reference_Information/1.20.How_It_Works (last edited 2011-02-15 19:19:35 by BenAllums)