| |
---|
| | <xsl:choose> |
---|
| | <xsl:when test="$style = 'inline'"> |
---|
| | <xsl:value-of select="infosci:generate-build-date( $format )" /> |
---|
| | </xsl:when> |
---|
| | <!-- We have to generate the address element as text, because we won't be closing it until much later. --> |
---|
| | <xsl:when test="$style = 'footer'"> |
---|
| | <address> |
---|
| | <xsl:value-of select="$cvs-file" /> |
---|
| | <xsl:text>, last built </xsl:text> |
---|
| |
---|
|