home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / software / jpspa / files / ppa400ev.exe / Data1.cab / top.xsl < prev    next >
Encoding:
Extensible Markup Language  |  2003-02-17  |  748 b   |  24 lines

  1. <?xml version="1.0"?>
  2. <!-- Copyright (C) 1995-2003 Jasc Software, Inc. and its licensors. -->
  3. <!-- All rights reserved. -->
  4. <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
  5.     <xsl:template match="/">
  6.         <HTML>
  7.             <xsl:apply-templates select="photos"/>
  8.         </HTML>
  9.     </xsl:template>
  10.     <xsl:template match="photos">
  11.         <head>
  12.         
  13.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  14.         <meta name="copyright" content="Copyright (C) 1995-2003 Jasc Software, Inc. and its licensors. All rights reserved."/>
  15.         
  16.     </head>
  17.  
  18.         <frameset cols="25%, 70%">
  19.             <frame name="lhs" src="toc.htm"/>
  20.             <frame name="rhs" src="image001.htm" marginwidth="25" marginheight="25"/>
  21.         </frameset>
  22.     </xsl:template>
  23. </xsl:stylesheet>
  24.