Re: How can I replace <xml-fragment> to my own value like <Return>
Curtis Jensen <[email protected]> Fri, 11 Mar 2011 08:18:14 -0800
| Newsgroups | gmane.text.xml.xmlbeans.user |
|---|---|
| Message-ID | <[email protected]> |
What does your Java code look like? On Thu, Mar 10, 2011 at 3:49 AM, <[email protected]> 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 > >