|
Subject: [xsl] XSL not working? From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx (by way of B. Tommie Usdin) Date: Thu, 18 Jan 2001 18:31:30 -0500 |
Hey y'all? Do you see anything wrong with the following code? I am trying to create a simple stylesheet but it is not working.
<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="guide">
<html>
<head>
<title>
<xsl:value-of select="title" />
</title>
</head>
<body>
<xsl:apply-templates select="*[not(self::title)]" />
</body>
</html>
</xsl:template> <xsl:template match="contents">
<center>
<h3>Welcome to the Intranet</h3>
</center>
<hr />
<ul>
<xsl:for-each select="chapter">
<li><xsl:value-of select="heading" /> </li>
<xsl:apply-templates />
</xsl:for-each>
</ul>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Bouncing, Michael R. Hahn | Thread | Re: [xsl] XSL not working?, cutlass |
| Re: [xsl] XSL FO mailing list, by way of B. Tommie | Date | [xsl] BOUNCE xsl-list@lists.mulberr, by way of B. Tommie |
| Month |