home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
-
- <xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:html="http://www.w3.org/TR/html4/loose.dtd"
- xmlns:xhtml="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
- exclude-result-prefixes="html xhtml"
- version="1.0">
-
- <xsl:import href="xsl/cd/shared/basePage.xsl"/>
-
- <xsl:param name="libName">EB</xsl:param>
- <xsl:variable name="sourceName">
- <xsl:choose>
- <xsl:when test="$libName = 'EBI'">Britannica Student Library</xsl:when>
- <xsl:when test="$libName = 'EBK'">Britannica Elementary Library</xsl:when>
- <xsl:when test="$libName = 'CONCISE'"></xsl:when>
- <xsl:otherwise>Encyclopædia Britannica</xsl:otherwise>
- </xsl:choose>
- </xsl:variable>
-
-
- <xsl:output method="xhtml" omit-xml-declaration="yes" indent="yes" encoding="UTF-8"/>
-
- <xsl:template match="wd_title" mode="display">
- <xsl:apply-templates/>
- </xsl:template>
-
- <xsl:template match="wd_title"/>
-
- <xsl:template name="atlasLinks">
- </xsl:template>
-
- <xsl:template name="prefix">
- </xsl:template>
-
- <!-- uninitiated templates from base xsl -->
- <xsl:template name="buttonActionsJS"/>
- <xsl:template name="relatedContentButton"/>
- <xsl:template name="relatedContentMenu"/>
- <xsl:template name="sidebar"/>
- <xsl:template name="notesButton"/>
- <xsl:template name="notesMenu"/>
- <xsl:template name="articleUpdateCheck"/>
-
- </xsl:stylesheet>
-