xsl-list
[Top] [All Lists]

RE: Extracting highest values within a range

2005-01-14 10:44:13
Hi David

Many thanks. I agree, there is a lot of 'sub-stringing' going on.

I think I understand the code (I'll have a good look through this evening),
but can you please explain why you are using the union operator in the below
template?
 
<xsl:template match="wrapper|wrapper/*"> <xsl:copy>  
<xsl:apply-templates select="*"/> </xsl:copy> </xsl:template>


Thanks again.

--
Kevin



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>