05-02-2011 08:38 AM
05-03-2011 05:36 PM
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
<xsl:template match="/">
<html>
<head>Test Page</head>
<body>
<table cellspacing="0" cellpadding="0" border="0">
<tr><th>Name</th><th>City</th></tr>
<tr><td><xsl:value-of select="sample/name"/></td><td><xsl:value-of select="sample/city"/></td></tr>
</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.