is it possible to use a sting in another string?
What I want is:
<string name="homepage">http://www.examplepage.com</string>
<string name="desc">Go to my Website: "string:"homepage"</string>
So, if I have more strings which should show my homepage, how do i deal with this if I not want to change every singel string, just the "homepage" string?