ShaxMG - 2014-10-12

Fixed attached in case someone is interested. The fix is based on a reverse code engineering not the original code. Ready to integrate the original code if provided.
The fix is as follow:
1- replace all the \r\n with just $#13; (although not needed)
2- in case a line starts with <DATA but="" doesn't="" end="" with="" <="" DATA="">
2.a Go into a loop, read line and append till it finds the </DATA>
2.b if the </DATA> not found (due to reading from stream didn't reach yet, push back what was read onto the source stringbuffer and keep reading from string

To compile, just include the attached file into a source folder/pacakge com.mris.platinum.client.rets so they are part of your build and remove the .class from the original .jar file.