In my flex project I read data from XML for TextArea. But when I want change color some words in text with this way
<txt>![CDATA[<FONT FACE='sub_menu' SIZE='17' COLOR='#ff0000'>The origin and development</FONT><FONT FACE='sub_menu' SIZE='17'> of mathematical symbols are not entirely clear. </FONT>]]</txt>
spaces are not recognized and I had follow
The origin and developmentof mathematical symbols are not entirely clear.
Where is problem and how to solve it. Please help me!
Spaces at the beginning and and of the XML / HTML tags of type "text" are trimmed - nothing you can do about it (that's actually is an XML standard, all the implementations I know behave the same way here), well, unless you replace them with