Re: Deleting node name:
Grzegorz Kaczor <[email protected]>
| Newsgroups | gmane.comp.java.jdom.general |
|---|---|
| Message-ID | <[email protected]> |
2009/8/11 ♥..Vishu..♥ <[email protected]> > Hi All, > I want to remove only tagname but not its contents, > for ex: <input> > <int>1</int> > </input> > from this i wud like to remove only tag name <int> and the ouput has to be > like > <input> 1 </input> > > Hello, I would just detach <int> and attach its contents to <input>. Regards, Grzegorz > > > -- > $ VISHU $ > > _______________________________________________ > To control your jdom-interest membership: > http://www.jdom.org/mailman/options/jdom-interest/[email protected] > -- To be a man is, precisely, to be responsible. _______________________________________________ To control your jdom-interest membership: http://www.jdom.org/mailman/options/jdom-interest/[email protected]