xsl-list
[Top] [All Lists]

RE: Concat Content of Node to Another?

2005-12-12 11:28:25
-----Original Message-----
From: Donald M Rinderknecht

How can I concatenate the value of a node to a string, or 
actually value 
of another node?

Just put the values next to each other in the result tree, that is, if the
Presentation element were the root of your document:

<xsl:value-of select="*/second/imagepath"/><xsl:value-of
select="substring-before(*/third/Slide/Filename,'.')"/>.tif

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