Is that within one XML document instance, or are we talking about
separate XML documents that need to be unmarshalled over a period of time ?

Werner

davecass wrote:
> 
> 
> Werner Guttmann wrote:
>> It should definitely be possible, if we are talking about well-formed
>> XML. So what the XML you are receiving look like ?
>>
> 
> Yes its well formed, from my first post, the incoming xml looks like this:
> 
> <user>
>     <moneytotable />
> </user>
> 
> and the other type of request looks like this...
> 
> 
> <user>
>     <moneyfromtable />
> </user> 
> 
> ...so i need to map them both using <map-to xml="user"/> 
> 
> 


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to