Hi

I want to map the following XML-document to a Java-class. Basically this works fine, but I want to store the whole <scrn>-element unchanged in a String-member of the class for parsing it in a later step.

I don't know, if this is possible with JIBX, maybe has anyone a solution for my problem.

Thanks in advance

Andreas



<?xml version="1.0" encoding="ISO-8859-1"?>
<tio>
        <tcp>
                <rc>0</rc>
                <term>XAAJ</term>
        </tcp>
        <appl>
                <req>SEND</req>
                <cfld/>
                <lvl>3</lvl>
        </appl>
        <scrn n="CXB200" l="GER " v="20050816140615">
                <view n="CXPRAE">
                        <fld n="LJEIN" t="SHOW">
                                <o/>
                        </fld>
                        <fld n="LJEINTXT" t="TEXT">
                                <o>Präm.wirks.Einz.lfd.Jahr:</o>
                        </fld>
                </view>
        </scrn>
</tio>

Reply via email to