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"
- exclude-result-prefixes="html"
- version="1.0">
-
- <xsl:import href="ContentTags.xsl"/>
- <xsl:import href="RefLinks.xsl"/>
- <xsl:import href="Variables.xsl"/>
- <xsl:import href="/xsl/shared/Section.xsl"/>
-
- <xsl:output method="html" encoding="UTF-8"/>
- <xsl:variable name="librarySource"><xsl:value-of select="../@librarySource"/></xsl:variable>
-
- <xsl:template match="featuredContent">
- <xsl:choose>
- <xsl:when test="starts-with(//articleinfo/@contenttype, 'boy') or //articleinfo/@product = 'Classic'"></xsl:when>
- <xsl:otherwise>
- <table cellspacing="0" cellpadding="0" border="0" align="right">
- <tr><td width="200" align="right">
- <object codetype="application/x-eb-java-class" classid="java:com.britannica.cd.gui.FeaturePanel">
- <param>
- <xsl:attribute name="name">tocId</xsl:attribute>
- <xsl:attribute name="value"><xsl:value-of select="../@tocid"/></xsl:attribute>
- </param>
- <param>
- <xsl:attribute name="name">articleId</xsl:attribute>
- <xsl:attribute name="value"><xsl:value-of select="../@articleId"/></xsl:attribute>
- </param>
- <param>
- <xsl:attribute name="name">librarySource</xsl:attribute>
- <xsl:attribute name="value"><xsl:value-of select="$librarySource"/></xsl:attribute>
- </param>
-
- </object>
- </td></tr>
- </table>
- </xsl:otherwise>
- </xsl:choose>
- </xsl:template>
- <xsl:template match="chronquote"></xsl:template>
-
- </xsl:stylesheet>
-