Thanks i´ve tried byte[] and it worked fine, no problem in that aspect. other problem is bother me!!!
On 8/17/05, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: > Hi Nuno, > > JiBX supports base64 encoding for byte[] values, so if you have data > that needs to be sent in encoded form just represent it this way. If you > only want to include some non-well-formed text (such as HTML fragments) > within an XML document you also have the choice of using a CDATA section > for this purpose. With the CDATA section you preserve the text in > human-readable form, which can be convenient. > > - Dennis > > Nuno Ferreira wrote: > > >Hi all, > >i´m try to work with JIBX with a XML not well formed, and try to read > >ou unmarshal a blob, in this case bytes that in JAVA transform into a > >Blob (Base64), can anyone show me examples how to do it??? > > > >cheers > > > > > >------------------------------------------------------- > >SF.Net email is Sponsored by the Better Software Conference & EXPO > >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > >_______________________________________________ > >jibx-users mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/jibx-users > > > > > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > jibx-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jibx-users > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
