<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
<xsl:template match="articles/article">
<html>
<head>
<title>XML and the Dynamic Contents Approach - Part II</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link rel="stylesheet" type="text/css" href="styles.css"></link>
</head>

<body bgcolor="#FFFFFF" text="#000000">
	<table width="620" border="0" align="center">
  		<tr>
    		<td bgcolor="#003366" align="center" class="headings" valign="top"> www.vovisoft.com</td>
  		</tr>
	</table>
	<table width="620" border="0" align="center">
  		<tr> 
    		<td width="127" align="center" bgcolor="#003366" valign="top"> 
      			<p class="headings">Contents</p>	
    		</td>
    		<td bgcolor="#FFFFCC" valign="top"> 
				<p><font color="red" size="3"><b>
					<xsl:value-of select="title"/></b></font></p>
				<p class="contents">
					<xsl:value-of select="story"/>
				</p>	
			</td>
		</tr>
	</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
