Nic Miloslav
Example 7***
Contents of original elements can be recovered from original sources in two basic ways. Stylesheet 1 uses xsl:value-of construct. In this case the contents of the element is used without any further processing. Construct xsl:apply-templates in Stylesheet 2 is different. The parser further processes selected elements, for which a template is defined..