On Thu, Oct 3, 2013 at 11:03 PM, Jose Blanco <[email protected]> wrote: > String Final_message = Part1 + " : " + Part2;
Calling parametrize() is still my recommended solution for you. Secondly, you can do the string concatenation in XSL, that could be even more straightforward and allow users change e.g. the ordering should they want to. If neither works for you, Message has a .toString() method which (I assume) returns the message as a proper string. Yet another way is to typecast the message to a string. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

