<xsl:variable name="orderMarkup">
<xsl:apply-templates select="/Customer/Order" />
xsl:variable>
To reuse the markup
<xsl:template match="/">
<html>
<body>
<xsl:copy-of select="$ordercopy" />
body>
html>
xsl:template>
No comments:
Post a Comment