xsl-list
[Top] [All Lists]

Re: Newbie Q: Why are element contents being passed through?

2003-04-10 06:47:12
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