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 &amp;copy; 2007 somestuff.]]></jdBottom>
>>
>> Or equivalently:
>>
>>  <jdBottom>somestuff &amp;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 &amp;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;amp;copy ${postamble}</jdBottom>
 <elsewhere>${preamble} &amp;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]

Reply via email to