Troller0001
I've anxiously awaited your arrival!
So I was wondering if it'd be possible to preserve a white space within an XML attribute
Right now, this code:
outputs as this: "International Headquarters have established within". However, I want it to output this: "International Headquarters have established within " (For those of you who don't see the difference, it's the white space at the end of the line
)
Is there any way to do that?
(Why do I want this: I'm using this TXT_KEY in a Lua code. However, there's a city name after the text line, meaning that I need a space there
"...established within Rabat" rather than "...established withinRabat")
Thanks in advance!
Right now, this code:
Code:
...
<Row Tag="TXT_KEY_HQ_ESTABLISHED">
<Text>International Headquarters have established within </Text>
</Row>
...

Is there any way to do that?
(Why do I want this: I'm using this TXT_KEY in a Lua code. However, there's a city name after the text line, meaning that I need a space there
"...established within Rabat" rather than "...established withinRabat")
Thanks in advance!