home *** CD-ROM | disk | FTP | other *** search
/ Encyclopaedia Britannica …oncise Encyclopedia 2007 / bcd_concise07.iso / data / jars / oec2-lib.jar / xsl / cd / concise / ConciseArticle.xsl
Encoding:
Extensible Markup Language  |  2006-08-25  |  729 b   |  23 lines

  1. <xsl:stylesheet 
  2.     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  3.     xmlns:html="http://www.w3.org/TR/html4/loose.dtd"
  4.     exclude-result-prefixes="html"
  5.     version="1.0">  
  6.  
  7.  
  8.   <xsl:import href="../eb/EBArticle.xsl"/>
  9.   <xsl:import href="../shared/RefLinks.xsl"/>
  10.   <xsl:param name="printable">false</xsl:param>
  11.   <xsl:param name="emailable">false</xsl:param>
  12.   <xsl:param name="articleId"/>
  13.   
  14.   <xsl:variable name="articleURL">ebcid:com.britannica.oec2.identifier.ArticleIdentifier</xsl:variable>
  15.   <xsl:variable name="thumbURL">ebcid:com.britannica.oec2.identifier.ThumbBinaryIdentifier</xsl:variable>
  16.  
  17.   <xsl:output method="html"/>
  18.  
  19.   <!-- standard does not have KNAV -->
  20.   <xsl:template name="knavButton"/> 
  21.  
  22. </xsl:stylesheet>  
  23.