Monday, March 07, 2005

To remove all HTML/XML tags from a document in Xemacs

M-x query-replace-regexp

and replace:

<[a-zA-Z0-9"/= ]*>

with:

[RET]