> The difference is in this line: > > C: ><166> 1990 Oct 22 01:00:00 bomb tick[0]: > BOOM!</entry> > > I think the ">" needs to be escaped to > - am I right?
i don't think so... the only things that you must escape in XML are "<" and "&". ">" isn't special when it occurs in #pcdata. /mtr
