Re: Line feeds stripped in CDATASection.getData()

2007-08-15 Thread Mike Rawlins
line feeds were therefore getting stripped out when loading from disk rather than in the getData call. Thanks for the help - it got me on the right track anyway. -- Mike Rawlins Michael Glavassevich wrote: >Hi Mike, > >Off the top of my head, I can't think of a reason why that wo

Re: Line feeds stripped in CDATASection.getData()

2007-08-14 Thread Mike Rawlins
Michael, Thanks for the suggestion, that doesn't seem to be it. The debugger shows both CR and LF removed from the CDATASection. It doesn't matter whether the file has CR/LF as line terminators or just LF. Mike -- Mike Rawlins Michael Glavassevich wrote: >Hi Mike, >

Line feeds stripped in CDATASection.getData()

2007-08-13 Thread Mike Rawlins
ould have much to do with what I'm observing, but it seemed worth checking. Thanks! Mike Rawlins