I am executing an external command in PHP via exec and I take that output (which is an array) and then get the individual strings search for specific strings. I then wish to echo those strings to the screen. However, some of these strings contains XML examples and they are getting stripped. How can I keep PHP from stripping the XML? I'm using PHP 5.6.2.I am executing an external command in PHP via e