I am trying to remove any XML tags from a Java string. The way I see it, something is an XML tag if it follows one or both of the following forms:
- \[code\]<*>*<*/*>\[/code\], such as \[code\]<fizz>buzz< /fizz>\[/code\]; or
- \[code\]<*/*>\[/code\], such as \[code\]< fizz />\[/code\]