Weird issue round tripping with TLF
Hello,
I have an application that allows the user to drag and drop text elements into a design and modify their content (text, font, color, etc..)
They then save this which takes the textflow information and saves it to the server using XML, then when I want to bring up a saved design, it reads that xml from the server and renders it out on the design.
All works great except when I have a text item that uses multiple formats, for example
here is some text
where text is bold, but the rest is not. If I have any spaces in my text before or after the format change, they disapear on the round trip to the server.
Is there an easy way to replace the spaces with non breaking space entities or something similar before sending it off to the server?
Thanks
