Re: problem with msxml
"Gabest" <[email protected]> Sat, 1 Mar 2003 00:56:38 +0100
| Newsgroups | gmane.comp.multimedia.usf.devel |
|---|---|
| Message-ID | <04aa01c2df85$08b48d50$0100a8c0@i2400p4> |
> Handling space is a bit tricky. > I think that the best way to handle space is to compress spaces. > You replace all consecutive spaces, carriage return, new line, > tabulation by 1 space. Good idea, and didn't took long to implement :) > A bit harder, with : > "Hello <b> world!</b>" > You should finally get only 1 space between "Hello" and "world!" > (I think it's not true in my implementation in The Core Media Player) Compressing to two spaces on both sides of the tag is enough I think. When it is written like that then it must have been intentional, I would only put one space there, just before <b>. http://usf.corecodec.org