You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Da...@lotus.com on 2001/07/31 19:10:49 UTC

Re: xsl transfromation. [sic]

>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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org