Re: problem with msxml

"Gabest" <[email protected]> Fri, 28 Feb 2003 22:42:23 +0100
Newsgroups gmane.comp.multimedia.usf.devel
Message-ID <047401c2df72$4753df60$0100a8c0@i2400p4>
> Leaves spaces (good), but also leaves new-lines (bad).
>
> "<font color="#FF0000" outline-color="#7F0000">Red</font>,
> <font color="#00FF00" outline-color="#007F00">Green</font>,
> <font color="#0000FF" outline-color="#00007F">Blue</font>"
>
> "Red,
> Green,
> Blue"

I was a bit wrong on this. Since the lines have a few dozens of spaces in
front of them, the result looks like this:

"Red,
                        Green,
                        Blue"

This makes me think that trimming white space is indeed necessary, but what
to do with those spaces before and after the tags? Should the creator use
&nbsp in that case?

http://usf.corecodec.org