Processing all children
- The <xsl:process-children> instruction processes children nodes.
- Children nodes can be elements or characters (not attributes)
- Processing characters consists of copying them to the output.
- Processing elements consists of finding and invoking a matching rule.
[back]
[toc]
[next]