Greg Thompson wrote: > Steven Rowe wrote: >> Have you tried to add one or more levels to the entity expansion? >> >> E.g., specify the following in your properties section: >> >> <jdBottom><![CDATA[somestuff &copy; 2007 somestuff.]]></jdBottom> >> >> Or equivalently: >> >> <jdBottom>somestuff &amp;copy; 2007 somestuff.</jdBottom> > > Thanks for the reply, Steven. The trouble with your suggestion is that > I want the property's value to be precisely "somestuff &copy; 2007 > somestuff." since the same property is being used in another context.
How about composing the components: <preamble>somestuff</jdBottomPreamble> <postamble>2007 somestuff.</jdBottomPostamble> <jdBottom>${preamble} &amp;copy ${postamble}</jdBottom> <elsewhere>${preamble} &copy ${postamble}</elsewhere> That way, you get a single place to set the components, and can use <elsewhere> in another context. Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]