How can I concatenate the value of a node to a string, or actually value
of another node?
I have:
<Presentation>
<second>
<imagepath>this/path/is/here/</imagepath>
</second>
<third>
<Slide id="1">
<Filename>image.swf</Filename>
</Slide>
</third>
.
.
.
</Presentation>
I want:
... insert other stuff here...
<Filename>this/path/is/here/image.tif</Filename>
... insert other stuff here...
I am doing a replace() for the swf -> tif, but I can't figure out how to
get the path attached to the filename.
I'm afraid I'm missing some basics, but I've searched to no avail.
Thanks,
Don.
--
Don Rinderknecht -- KD5MVV
Meteorologist Instructor/Developer ~ Warning Decision Training Branch
Donald(_dot_)M(_dot_)Rinderknecht(_at_)noaa(_dot_)gov ~ http://wdtb.noaa.gov
--~------------------------------------------------------------------
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>
--~--