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>
-
- <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="25%, 70%">
- <frame name="lhs" src="toc.htm"/>
- <frame name="rhs" src="image001.htm" marginwidth="25" marginheight="25"/>
- </frameset>
- </xsl:template>
- </xsl:stylesheet>
-