| <?xml version='1.0'?> |
| |
| |
| |
| |
| |
| |
| |
| <!DOCTYPE xsl:stylesheet [ |
| <!ENTITY lowercase "'abcdefghijklmnopqrstuvwxyz'"> |
| <!ENTITY uppercase "'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"> |
| ]> |
| |
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
| version='1.0' |
| xmlns="http://www.w3.org/TR/xhtml1/transitional" |
| xmlns:fo="http://www.w3.org/1999/XSL/Format" |
| exclude-result-prefixes="#default"> |
| |
| <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/> |
| <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/graphics.xsl"/> |
| <xsl:import href="https://fedorahosted.org/released/publican/xsl/docbook4/html.xsl"/> |
| <xsl:import href="common.xsl"/> |
| |
| <xsl:template name="user.head.content"> |
| |
| |
| |
| |
| <xsl:variable name="codefile" select="document('/usr/share/publican/Common_Content/clusterlabs/xsl/header.html',/)"/> |
| <xsl:copy-of select="$codefile/htmlcode/node()"/> |
| </xsl:template> |
| |
| </xsl:stylesheet> |