parsing string data through castor
From: madhununna (mnunna_at_telcordia.com)
Date: 02/18/04
- Previous message: Cyril: "Re: Java Decompiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 18 Feb 2004 12:49:41 -0800
I'm trying to parse string data using castor and it looks like the new
lines are getting lost.
I'm using castor 0.9.4.3
For example:
Input
<INPUT> First line
second line
third line </INPUT>
after marshaling and unmarshaling using castor this becomes
<INPUT> First line second line third line </INPUT>
Is there something I can do to preserve the newlines in the data or is
this a bug in castor.
Thanks in advnce for the help
- Previous message: Cyril: "Re: Java Decompiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|