Subject: Re: Newbie Q: Why are element contents being passed through?
From: "Agnes Kielen" <a.kielen@xxxxxxx>
Date: Thu, 10 Apr 2003 15:47:12 +0200
|
Hi Eli,
XSLT uses some inbuilt templates like xsl:apply-templates. The text in nodes
which are not handled explicit by you are handled by the XSLT-language and
their text is printed. When you want to prevent this add empty templates to
your stylesheet like <xsl:template match="input"/>. In this case the content
of the input is ignored.
Succes,
Agnes
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|