Re: [xsl] [xslt] not working transformation when function called

Subject: Re: [xsl] [xslt] not working transformation when function called
From: "Christopher R. Maden" <crism@xxxxxxxxx>
Date: Thu, 19 Mar 2009 16:30:12 -0400
Michalmas wrote:
> I have following xslt:
> 
> <xsl:template match="*">
>    <xsl:copy-of select="." />
> </xsl:template>

This template matches the move element.  It copies the move element and
does not other processing.  The from elements are never processed.

It is not clear from this example what this template is supposed to do,
but it is very unusual and almost certainly not what you want.

~Chris
-- 
Chris Maden, text nerd  <URL: http://crism.maden.org/ >
bAll I ask of living is to have no chains on me,
 And all I ask of dying is to go naturally.b b Laura Nyro
GnuPG Fingerprint: C6E4 E2A9 C9F8 71AC 9724 CAA3 19F8 6677 0077 C319

Current Thread