>The XSL file -

<?xml version="1.0" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3c.org/1999/XSL/Transform";
version="1.0">
<html>

Part of the problem is that everything that you want to appear in the
output must be inside xsl:template elements. The message about 'The
element type "xsl:template" must be terminated by the matching end-tag
"</xsl:template>".' could also arise from an extra end-tag of any name
that stacks up against the opening <xsl:template> tag. Make sure all
tags are properly nested!
.................David Marston


---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to