xsl-list
[Top] [All Lists]

Re: [xsl] Preserving FO markup

2008-01-19 04:20:26
                                        <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


Ah... very insightful. Thanks!
-R

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