home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / software / jpspa / files / ppa400ev.exe / Data1.cab / top.xsl1 < prev    next >
Encoding:
Extensible Markup Language  |  2003-02-17  |  880 b   |  28 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.  
  7.         <HTML>
  8.             <xsl:apply-templates select="photos"/>
  9.         </HTML>
  10.     </xsl:template>
  11.     <xsl:template match="photos">
  12.         <HEAD>
  13.             <TITLE>
  14.                 <xsl:value-of select="@title"/>
  15.             </TITLE><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  16.         <meta name="copyright" content="Copyright (C) 1995-2003 Jasc Software, Inc. and its licensors. All rights reserved."/>
  17.  
  18.         </HEAD>
  19.         <frameset cols="100%,220" rows="*" frameborder="NO" border="0" framespacing="0">
  20.             <frame src="image001.htm" name="main"/>
  21.             <frame src="toc.htm" name="nav"/>
  22.         </frameset>
  23.         <noframes>
  24.             <body bgcolor="#FFFFFF"/>
  25.         </noframes>
  26.     </xsl:template>
  27. </xsl:stylesheet>
  28.