Is there a way to set the value of an xml string
tag value to include that of another string
tag value. The idea is like this:
<string name="tag1">"this is"</string>
<string name="tag2"><tag1 + " what I mean"</string>
Is this possible and if so how do I do it?