This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Wrong XML-element being displayed after Transformation


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]