home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _1A8DE9200DE54B6B865E55B731CECE32 < prev    next >
Encoding:
Extensible Markup Language  |  2002-09-20  |  1.1 KB  |  36 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--  all2html.xsl 1.00; 2002 May 7
  3.  | Composite DITA topics to HTML
  4.  |
  5.  | Copyright IBM Corporation, 2002
  6.  | This file is part of the DITA package on IBM's developerWorks site.
  7.  | See license.txt for disclaimers.
  8.  *-->
  9.  
  10. <xsl:stylesheet version="1.0"
  11.                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  12.  
  13. <!-- stylesheet imports -->
  14.  
  15. <xsl:import href="topic2html.xsl"/>
  16. <xsl:include href="taskdisplay.xsl"/>
  17. <xsl:include href="refdisplay.xsl"/>
  18.  
  19.  
  20. <!-- XHTML output with XML syntax -->
  21. <xsl:output method="xml"
  22.             encoding="iso-8859-1"
  23.             indent="no"
  24.             doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
  25.             doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
  26. />
  27.  
  28.  
  29. <xsl:template match="/" priority="3">
  30.   <xsl:comment>Composite DITA to XHTML application by IBM Corp., 2001, 2002</xsl:comment>
  31.   <xsl:message>DITA File = <xsl:value-of select="$FILENAME"/>, DocID = <xsl:value-of select="generate-id(/)"/></xsl:message>
  32.   <xsl:apply-templates/>
  33. </xsl:template>
  34.  
  35. </xsl:stylesheet>
  36.