http://qs1969.pair.com?node_id=425086


in reply to how to strip XML into Plain Text file

perl -p -e 's/<[^>]*>//g' <foo.xml


-- All code is 100% tested and functional unless otherwise noted.