I have the following XML structure to work with:

<?xml version="1.0" encoding="UTF-8"?>
<document>
    <content>
        <section>
            <text>
                <html>
                    <body>
                        <p>This is a test<em>item.</em></p>
                    </body>
                </html>
            </text>
            <subtitle>subtitel</subtitle>
        </section>
    </content>
</document>

And a Java class with a property name 'text'. After unmarshalling I want 
this property to contain all text within the body tag (so including the 
elements). Do I need to write a custom unmarshaller for this or is there 
already something which does this?

With regards,

Nick Stolwijk

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to