home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _02377EB2C3CD45B694488E5DB9F527E8 < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.7 KB  |  48 lines

  1. <!-- 
  2. TEI XSLT stylesheet family version 1.2
  3. RCS: $Date: 2002/10/21 13:44:31 $, $Revision: 1.1.2.1 $, $Author: jdj $
  4.  
  5. XSL stylesheet to format TEI XML documents to HTML or XSL FO
  6.  
  7.  Copyright 1999-2002 Sebastian Rahtz/Oxford University  <sebastian.rahtz@oucs.ox.ac.uk>
  8.  
  9.  Permission is hereby granted, free of charge, to any person obtaining
  10.  a copy of this software and any associated documentation files (the
  11.  ``Software''), to deal in the Software without restriction, including
  12.  without limitation the rights to use, copy, modify, merge, publish,
  13.  distribute, sublicense, and/or sell copies of the Software, and to
  14.  permit persons to whom the Software is furnished to do so, subject to
  15.  the following conditions:
  16.  
  17.  The above copyright notice and this permission notice shall be included
  18.  in all copies or substantial portions of the Software.
  19. --> 
  20. <xsl:stylesheet
  21.   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
  22.   version="1.0">
  23.   
  24.  
  25. <xsl:import href="teihtml-param.xsl"/>
  26. <xsl:include href="teihtml-bibl.xsl"/>
  27. <xsl:include href="teihtml-chunk.xsl"/>
  28. <xsl:include href="teihtml-corpus.xsl"/>
  29. <xsl:include href="teihtml-drama.xsl"/>
  30. <xsl:include href="teihtml-figures.xsl"/>
  31. <xsl:include href="teihtml-frames.xsl"/>
  32. <xsl:include href="teihtml-front.xsl"/>
  33. <xsl:include href="teihtml-lists.xsl"/>
  34. <xsl:include href="teihtml-main.xsl"/>
  35. <xsl:include href="teihtml-math.xsl"/>
  36. <xsl:include href="teihtml-misc.xsl"/>
  37. <xsl:include href="teihtml-notes.xsl"/>
  38. <xsl:include href="teihtml-pagetable.xsl"/>
  39. <xsl:include href="teihtml-poetry.xsl"/>
  40. <xsl:include href="teihtml-struct.xsl"/>
  41. <xsl:include href="teihtml-tables.xsl"/>
  42. <xsl:include href="teihtml-xref.xsl"/>
  43.  
  44. <xsl:include href="teicommon.xsl"/>
  45.  
  46.  
  47. </xsl:stylesheet>
  48.