Subject: Re: Wrong XML-element being displayed after Transformation
From: "Jochen Metzger" <j.metzger@xxxxxxxxxxxx>
Date: Wed, 17 Jul 2002 18:21:54 +0200
|
Hi Constantino,
> Hi Jochen,
> that's because if no template matches a part of your document (as is for
foo
> in your case), the content of that part is simply written to the output by
> default.
> To avoid this, just add an empty template, like:
> <xsl:template match="foo"/>
<xsl:apply-templates
I used that solution from Jeni,
select="module/required/recordset" />
That's great.
thanks to your advice
Now I can carry on.
Cheers
Jochen
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|