configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/xslt/cdcatalog_ex1.xsl
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="ISO-8859-1"?>
       
     2 <xsl:stylesheet version="1.0"
       
     3 	xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
       
     4 	<xsl:template match="/">
       
     5 		<html>
       
     6 			<body>
       
     7 				<h2>My CD Collection</h2>
       
     8 				<table border="1">
       
     9 					<tr bgcolor="#9acd32">
       
    10 						<th>Title</th>
       
    11 						<th>Artist</th>
       
    12 					</tr>
       
    13 					<tr>
       
    14 						<td>.</td>
       
    15 						<td>.</td>
       
    16 					</tr>
       
    17 				</table>
       
    18 			</body>
       
    19 		</html>
       
    20 	</xsl:template>
       
    21 </xsl:stylesheet>