re: [xsl] What is the equivalent for-each of <xsl:copy-of select="$elements"/>

Subject: re: [xsl] What is the equivalent for-each of <xsl:copy-of select="$elements"/>
From: "Vladimir Nesterovsky" <vladimir@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 16 May 2010 08:44:51 -0700
> What do I need to do differently to copy the elements within
> $tableAsXML and apply a template to each element text node?

You probably want to apply identity template to all except text nodes.
For the text nodes you want to have a specific match that calls 
normalizeEntityForHTML.
--
Vladimir Nesterovsky
http://www.nesterovsky-bros.com/

Current Thread