]> Lady’s Gitweb - Shushe/blobdiff - lib/catalog2transform.xslt
Provide a mechanism to override parser media types
[Shushe] / lib / catalog2transform.xslt
index 6044a136901c64b2d7775429fbbcb18a4052fb78..2a3bc711f64b047fefbeb0f15bfdda0d6278af46 100644 (file)
@@ -106,6 +106,8 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                        <xslt:apply-templates select="@*|node()" mode="书社:expand"/>
                                </xslt:copy>
                        </xslt:template>
                                        <xslt:apply-templates select="@*|node()" mode="书社:expand"/>
                                </xslt:copy>
                        </xslt:template>
+                       <xslt:template match="text()" mode="书社:header"/>
+                       <xslt:template match="text()" mode="书社:footer"/>
                        <xslt:template match="text()" mode="书社:metadata"/>
                        <xslt:template match="/" mode="书社:wrap">
                                <xslt:variable name="metadata">
                        <xslt:template match="text()" mode="书社:metadata"/>
                        <xslt:template match="/" mode="书社:wrap">
                                <xslt:variable name="metadata">
@@ -128,7 +130,11 @@ If a copy of the M·P·L was not distributed with this file, You can obtain one
                                                </xslt:if>
                                        </html:head>
                                        <html:body>
                                                </xslt:if>
                                        </html:head>
                                        <html:body>
+                                               <xslt:apply-templates select="document('')/xslt:transform/xslt:include" mode="书社:header"/>
+                                               <xslt:apply-templates select="." mode="书社:header"/>
                                                <xslt:copy-of select="*[not(self::html:html or self::html:body)]|html:html/*[not(self::html:head or self::html:body)]|html:html/html:body/*|html:body/*"/>
                                                <xslt:copy-of select="*[not(self::html:html or self::html:body)]|html:html/*[not(self::html:head or self::html:body)]|html:html/html:body/*|html:body/*"/>
+                                               <xslt:apply-templates select="." mode="书社:footer"/>
+                                               <xslt:apply-templates select="document('')/xslt:transform/xslt:include" mode="书社:footer"/>
                                        </html:body>
                                </html:html>
                        </xslt:template>
                                        </html:body>
                                </html:html>
                        </xslt:template>
This page took 0.023629 seconds and 4 git commands to generate.