Re: [xsl] <xsl:template match="*"/>

Subject: Re: [xsl] <xsl:template match="*"/>
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 17 Jul 2003 16:42:38 +0100
> What don't I understand?

I think you need to give us a bit more of a clue, eg a small sample
input doc and stylesheet.

If you are getting elements in the result one of your templates is
putting them there, as the default template discards elements and just
copies character data.

without seeing your template can't really say very much, but it must be
one of
<xsl:copy
<xsl:copy-of
<xsl:element
or a literal result elment <abc

that is putting the elements in the result tree.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread