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


in reply to Re^3: how to strip XML into Plain Text file
in thread how to strip XML into Plain Text file

xmllint doesn't gripe about it:

freebie:~ 677> cat foo.xml + 9:34:27 <?xml version="1.0" encoding="utf8" ?> <testing> <img alt="Next >>" src="../next_button.jpg" /> </testing> freebie:~ 678> xmllint --noout foo.xml + 9:34:29 freebie:~ 679> + 9:34:35