2 <xsl:stylesheet version=
"1.0"
3 xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform">
5 <xsl:template match=
"/">
8 <xsl:apply-templates select=
"document('resources/document-function-source.xml')/doc"/>
12 <xsl:template match=
"para">
13 <p><xsl:value-of select=
"."/></p>