Re: SAXParser throws carriage returns away

2003-01-28 Thread Reynardine
throws carriage returns away > Hello, > > I have the probleme that the SaxParser when parsing a string is presumely replacing >\r\n throught \n. > Has someone an idea how I could avoid this? I actually need the carriage return (\r) >because the string will be displayed late

Re: SAXParser throws carriage returns away

2003-01-27 Thread Aleksander Slominski
Akacem Mohammed wrote: I have the probleme that the SaxParser when parsing a string is presumely replacing \r\n throught \n. Has someone an idea how I could avoid this? I actually need the carriage return (\r) because the string will be displayed later on on a client (win) . ( now I am simpl

Re: SAXParser throws carriage returns away

2003-01-27 Thread Dennis Sosnoski
Akacem Mohammed wrote: I have the probleme that the SaxParser when parsing a string is presumely replacing \r\n throught \n. Has someone an idea how I could avoid this? I actually need the carriage return (\r) because the string will be displayed later on on a client (win) . ( now I am simpl

SAXParser throws carriage returns away

2003-01-27 Thread Akacem Mohammed
Hello, I have the probleme that the SaxParser when parsing a string is presumely replacing \r\n throught \n. Has someone an idea how I could avoid this? I actually need the carriage return (\r) because the string will be displayed later on on a client (win) . ( now I am simply adding the ca