#!/bin/sh
sed -i 's/<\(Prefix\|Image\)/\<\1/g' "$@"
sed -i 's/&\([a-z0-9_]\+[^a-z0-9_;]\)/\&\1/g' "$@"