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

Subject: Re: [xsl] <xsl:template match="*"/>
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 17 Jul 2003 11:46:42 -0400
Dave,

At 11:22 AM 7/17/2003, you wrote:
If I am using appy-templates, and I reference the elements I want in my
result document explicitly with match="an-element-name", I would expect
<xsl:template match="*"/> to discard(exclude) all the other elements.

It should. Sometimes this introduces a bug, by matching elements higher in the element hierarchy than elements that you want, thus suppressing their appearance also. This can be remedied either by including templates for the ancestors as well, or by using apply-templates select="..." to reach down to exactly those parts of the tree you want.


This apparently is not the case as I am getting these unwanted elements in
my output.

What don't I understand?

We need to know a little more to say. Could you provide an example source file plus stylesheet (that isn't working)? ... plus intended result?


Cheers,
Wendell


====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================


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



Current Thread