[Previous] [Contents] [Next]


Processing


As you have just seen, the first part of the action involves describing the resulting rendering actions. The second part of the action involves processing or building a result tree formatting object from the source tree.

The standard instruction to the XSL processor follows:

<xsl:apply-templates/>

The XML processor processes all the children of the source element that is matched.

[Previous] [Contents] [Next]