xsl-list
[Top] [All Lists]

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

2010-05-16 10:45:48
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/




--~------------------------------------------------------------------
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>
--~--