home *** CD-ROM | disk | FTP | other *** search
- <xsl:stylesheet
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:html="http://www.w3.org/TR/html4/loose.dtd"
- exclude-result-prefixes="html"
- version="1.0">
-
-
- <xsl:import href="../eb/EBArticle.xsl"/>
- <xsl:import href="../shared/RefLinks.xsl"/>
- <xsl:param name="printable">false</xsl:param>
- <xsl:param name="emailable">false</xsl:param>
- <xsl:param name="articleId"/>
-
- <xsl:variable name="articleURL">ebcid:com.britannica.oec2.identifier.ArticleIdentifier</xsl:variable>
- <xsl:variable name="thumbURL">ebcid:com.britannica.oec2.identifier.ThumbBinaryIdentifier</xsl:variable>
-
- <xsl:output method="html"/>
-
- <!-- standard does not have KNAV -->
- <xsl:template name="knavButton"/>
-
- </xsl:stylesheet>
-