[xsl] Built in templates

Subject: [xsl] Built in templates
From: Richard Mitchell <Richard.Mitchell@xxxxxxxxxxxxx>
Date: Thu, 5 Apr 2001 10:30:18 +0100
Well I can't remember the exact name but there are builtin
rules that for example copy all the text() elements accross
into the output from unrecognised nodes. I want this not to
be the case so I overrode it like...

<xsl:template match="text()"></xsl:template>

...however I tend to use a lot of different modes in my
mechanism and it seems I need to override the builtin template
for each and every mode - this is not nice. Anybody have any
ideas?

Richard Mitchell
Software Developer
http://www.vbnonline.com/

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


Current Thread