Kees de Kooter wrote:

> I am trying to marshal the value of a string property that contains an
> xml snippet as relas xml, not as a CDATA element or with character
> entity substitutions. Can this be done?
> 
        I did do this in an earlier version of JiBX. It involved writing my own 
(un)marshalling functions. In order for this to work properly required 
recompiling the JiBX library with one of the private write methods as 
public to get around the parsing. If you use the default printString() 
method, it converts all the "<" to "&gt;" per the XML specification.

        But I never forward ported the fix. If you are really desperate, I'll 
look through to see if I can find the specific changes required and 
example code.

-- 
        Thomas Jones-Low            Softstart Services Inc.
        [EMAIL PROTECTED]      JobScheduler for Oracle
        Ph: 802-398-1012            http://www.softstart.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to