Re: [xml-dev] Keep XML parser from eating linefeed in element data ??
> At 7:13 PM -0500 1/9/03, Andy Rappaport wrote: > > My XML parser, expat SAX, always eats the linefeed. Carriage > returns can be encoded fine and parsed fine. > > > Off the top of my head, I'd say this is a bug in the parser. You > should try a different parser. Just tested it with Expat using <TAG>Hello world </TAG>. Works OK for me. Karl