If you think that you've found a bug, then it would be great to see a
failing test.

James

On 28/01/06, Thomas Jones-Low <[EMAIL PROTECTED]> wrote:
> Carl Leiby wrote:
> > I've got an object that contains a string property in which I have a string
> > of xml.
> >
> > When I marshall this object using a value tag for this property the string
> > gets encoded. (converts my less than to a &lt;)
> >
> > Is there any way I can have the string show up in the xml as if it was
> > actually marshalled from objects?
> >
> > And in reverse, upon encountering the right tag, take all the contents in
> > xml and cram it in the string property of my object.
> >
> > Does this make sense or shall I provide examples?
> >
>         This makes complete sense: XML does not allow having "<" characters in
> the XML stream except as the start of tags. If you have some XML with
> this character in it, it is technically wrong.
>
>         I "fixed" an older version of JiBX to work around this problem, but it
> required writing a custom (un)marshaller. If you are really interested
> please contact me and I'll send you the code.
>
> --
>         Thomas Jones-Low            Softstart Services Inc.
>         [EMAIL PROTECTED]      JobScheduler for Oracle
>         Ph: 802-398-1012            http://www.softstart.com
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> jibx-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to