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

Subject: Re: [xsl] [xslt] not working transformation when function called
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 19 Mar 2009 21:10:14 GMT
> But why this trigger:
> 
> <xsl:template match="move/from">

defining a template is like defining a function: it only has an effect
if you actually apply the template (or function) As Chris has pointed
out because you just did a copy of the top level element and never
applied templates to its children, you never applied templates to the
from element so any template matching from will not be invoked.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread