I have a requirement like this :
starting tag : < start >
ending tag : < end >
So how to convert < end > tag to < /start > tag so that it becomes a proper xml
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
<start/>is proper XML, it is an empty element with no attributes. Same with<end/>. – Jarrod Roberson Aug 10 '11 at 14:42