Re: [xsl] mismatched tags with xsl:if

Subject: Re: [xsl] mismatched tags with xsl:if
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 12 Mar 2001 16:54:39 GMT

> I run into the following classical issue :

Just place the <tag> and </tag> in the same template.
Recall that with XSLT you are constructing a node tree, not writing out
XML markup. You can't have "half a node" so you can't have a <x> without
a </x>.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread