Having a couple issues with this. I'm using a sample Android XML file, and this is the line it uses <string name="search_results">\'<xliff:g id="string">%s</xliff:g>\'</string> which outputs: 'mystring'
I want it to output just mystring, without the quotes. If I take out the quotes in the xml file, I get s as the output. If I take out just one, I either get s' or 'mystring, depending on which mark is taken out. To be clear, I am literally getting the letter 's' as the output.
I couldn't find a simple tutorial on this, I figure one of you will know pretty quickly.
Thanks!