home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 71 / SUPERCD71.iso / Microsoft / nuevo / ES_IE60.SP1 / es / ieak6cd.exe / 1033 / RCDATA / CABINET / ieakhelp.chm / gloss.xsl < prev    next >
Extensible Markup Language  |  2002-08-30  |  3KB  |  51 lines

  1. <?xml version="1.0"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"><xsl:template match="/">
  3. <HTML>
  4. <HEAD><META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252"></META>
  5. <TITLE>Glosario</TITLE>
  6. <LINK REL="stylesheet" TYPE="text/css" HREF="coUA.css"></LINK>
  7. </HEAD>
  8. <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
  9. <xsl:apply-templates/>
  10. </BODY>
  11. </HTML>
  12. </xsl:template>
  13.  
  14. <xsl:template match="glossary"><xsl:apply-templates match="//"/></xsl:template>
  15.  
  16. <xsl:template match="glossSection"><xsl:apply-templates/></xsl:template>
  17.  
  18. <xsl:template match="glossLetter"><A><xsl:attribute name="NAME"><xsl:value-of/></xsl:attribute> <H1 STYLE="COLOR:#999999; FONT-SIZE:200%; FONT-WEIGHT:BOLD; MARGIN-LEFT:.5EM; MARGIN-TOP:.75EM; MARGIN-BOTTOM:0EM;"><xsl:value-of/></H1></A></xsl:template>
  19.  
  20. <xsl:template match="empty">
  21.   <P STYLE="MARGIN-LEFT:3EM; MARGIN-TOP:1.25EM; FONT-SIZE:100%;"><xsl:value-of select="id('Empty')"/></P>
  22. </xsl:template>
  23.  
  24. <xsl:template match="entry"><xsl:for-each select="scopeDef"><xsl:for-each select="scope"><A><xsl:attribute name="NAME">#<xsl:value-of select="@scopeTermID"/></xsl:attribute></A></xsl:for-each> <xsl:apply-templates select="ancestor(entry)/term"/> <DIV STYLE="MARGIN-LEFT:3EM; FONT-SIZE:100%;"><xsl:apply-templates select="seeEntry"/> <xsl:apply-templates select="def"/>
  25. <P STYLE="MARGIN-LEFT:1.5EM; MARGIN-TOP:.25EM;">
  26. <xsl:for-each select="seeAlso"><xsl:if test="context()[index() = 0]"><xsl:value-of select="id('SeeAlso')"/></xsl:if> <A><xsl:attribute name="HREF">#<xsl:value-of select="@seeAlsoID"/></xsl:attribute><xsl:value-of select="id(@seeAlsoTermID)/term"/></A><xsl:if test="context()[not(end())]">, </xsl:if></xsl:for-each>
  27. </P>
  28. </DIV></xsl:for-each></xsl:template>
  29.  
  30. <xsl:template match="term"><H3 STYLE="MARGIN-LEFT:3EM; MARGIN-TOP:1.25EM; FONT-SIZE:100%;"><xsl:value-of/></H3></xsl:template>
  31.  
  32. <xsl:template match="seeEntry"><xsl:value-of select="id('See')"/> <A><xsl:attribute name="HREF">#<xsl:value-of select="@seeID"/></xsl:attribute><xsl:value-of select="id(@seeTermID)/term"/></A></xsl:template>
  33.  
  34. <xsl:template match="def"><xsl:apply-templates/></xsl:template>
  35.  
  36. <xsl:template match="para">
  37. <P>
  38. <xsl:apply-templates/>
  39. </P>
  40. </xsl:template>
  41.  
  42. <xsl:template match="text()"><xsl:value-of/></xsl:template>
  43.  
  44. <xsl:template match="b"><B><xsl:apply-templates/></B></xsl:template>
  45.  
  46. <xsl:template match="i"><I><xsl:apply-templates/></I></xsl:template>
  47.  
  48. <xsl:template match="u"><U><xsl:apply-templates/></U></xsl:template>
  49.  
  50. </xsl:stylesheet>
  51.