Hello, did you try the parseContentText() or parseEelementText() methods? If these methods don't work then you could do this manually by using the parse... methods and the getElementName() and getElementNamespace() from the UnmarshallingContext.
http://jibx.sourceforge.net/api/org/jibx/runtime/impl/UnmarshallingContext.html Good luck, Guido On 10/10/07, Günther Wieser <[EMAIL PROTECTED]> wrote: > hi, > > think about the following xml structure: > > <req:ServiceRequest> > <GetLoanStatus> > <Client> > <lastName>Wieser</lastName> > <firstName>Guenther</firstName> > </Client> > </GetLoanStatus> > </req:ServiceRequest> > > what i wan to have at the end is the textual content between the start tag > of ServiceRequest and its end tag. i wrote my own unmarshaller, but i > haven't found any way to retrieve the content INCLUDING everything from > <GetLoanStatus> and its end tag. it seems to be a problem of the different > namespaces that ServiceRequest and its content use. i thought uctx.getText() > gives me the content as a string, but i get a string with whitespaces back, > but no <GetLoanStatus>..... > > any ideas how i can get the content of ServiceRequest as a string in an > unmarshaller? thanks in advance! > > br, > günther > > -- > Günther Wieser > creative-it > [EMAIL PROTECTED] > http://www.creative-it.com > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > jibx-users mailing list > jibx-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jibx-users > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ jibx-users mailing list jibx-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jibx-users