Subject: Re: Preserving FO markup
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 18 Jan 2008 16:20:25 GMT
|
<xsl:value-of select="$contentsOfSecondCell"/>
value-of generates the string-value of (in xslt 1) the first node
suppled. that is it returns the concatenation of all the text node
descendants, removing any element nodes.
You want copy-of not value-of.
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.
________________________________________________________________________
|