home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!-- Copyright (C) 1995-2003 Jasc Software, Inc. and its licensors. -->
- <!-- All rights reserved. -->
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
- <xsl:template match="/">
-
- <HTML>
- <xsl:apply-templates select="photos"/>
- </HTML>
- </xsl:template>
- <xsl:template match="photos">
- <HEAD>
- <TITLE>
- <xsl:value-of select="@title"/>
- </TITLE><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- <meta name="copyright" content="Copyright (C) 1995-2003 Jasc Software, Inc. and its licensors. All rights reserved."/>
-
- </HEAD>
- <frameset cols="100%,220" rows="*" frameborder="NO" border="0" framespacing="0">
- <frame src="image001.htm" name="main"/>
- <frame src="toc.htm" name="nav"/>
- </frameset>
- <noframes>
- <body bgcolor="#FFFFFF"/>
- </noframes>
- </xsl:template>
- </xsl:stylesheet>
-