home *** CD-ROM | disk | FTP | other *** search
/ Encyclopaedia Britannica …oncise Encyclopedia 2007 / bcd_concise07.iso / data / jars / oec2-lib.jar / xsl / cd / SimpleTitle.xsl < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-25  |  361 b   |  16 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <xsl:stylesheet
  4.     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  5.     xmlns:html="http://www.w3.org/TR/html4/loose.dtd"
  6.     exclude-result-prefixes="html"
  7.     version="1.0">
  8.  
  9.   <xsl:output method="html" encoding="UTF-8"/>
  10.   
  11.   <xsl:template match="/">
  12.       <xsl:apply-templates/>
  13.   </xsl:template>
  14.  
  15.  
  16. </xsl:stylesheet>