What does your Java code look like?

On Thu, Mar 10, 2011 at 3:49 AM, <shadab.g...@jktech.com> wrote:

> Hello All,
>
> Please help me out on my problem.
>
> I am new on xmlbeans. when I get Xml using xmlBeans, I get xml like below-
>
> <xml-fragment xmlns: ***** name space *** >
> <other tag/>
> <other tag/>
> <other tag/>
>
> </xml-fragment>
>
> while, I want output like this-
>
> <Return xmlns: ***** name space *** >
> <other tag/>
> <other tag/>
> <other tag/>
> </Return>
>
> How can i do that. Please reply back to me.
> Many Thanks,
> Shadab
>
>

Reply via email to