<
xsl:
stylesheet xmlns:xsl="
http://www.w3.org/1999/XSL/Transform"
xmlns:xd="
http://www.pnp-software.com/XSLTdoc"
xmlns="
http://www.w3.org/1999/xhtml"
exclude-result-prefixes="
#all"
version="
2.0">
<
xd:
doc type="
stylesheet">
Stylesheet for xd:author property.
<
xd:
author>
ibirrer</
xd:
author>
<
xd:
cvsId>
$Id: author.xsl 22 2005-01-03 10:07:35Z ibirrer $</
xd:
cvsId>
<
xd:
copyright>
2004, P&P Software GmbH</
xd:
copyright>
</
xd:
doc>
<
xd:
doc>
Prints the xd:author property.</
xd:
doc>
<
xsl:
template match="
xd:author"
mode="
printProperty">
<
div class="
property">
<
div class="
propertyCaption">
Author:</
div>
<
div class="
propertyContent"><
xsl:
value-of select="
." /></
div>
</
div>
</
xsl:
template>
</
xsl:
stylesheet>
v