[jdom-interest] Deleting node name:
Grzegorz Kaczor
grzegorz.kaczor at gmail.com
Tue Aug 11 22:50:29 PDT 2009
2009/8/11 ♥..Vishu..♥ <kashiviswanath.sagiri at gmail.com>
> 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/youraddr@yourhost.com
>
--
To be a man is, precisely, to be responsible.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.jdom.org/pipermail/jdom-interest/attachments/20090812/141e9fc8/attachment.htm
More information about the jdom-interest
mailing list