Notice the output carefully in the above screenshot, and you will see
the XML header (
<?xml ..?>), which is required in
XML files. To get rid of this header, apply the filter: Find/Replace
-> Pattern within line. Enter the following regular expression shown
to delete the XML header.
<\?xml[^?]+\?>
Click the Execute button once again to view the output. The XML header
has been deleted.