We want to read XML attributes from an XML file. Example of file content is as below:
<
quick and dirty
sed -n '//,\|| { s/ */\1/p }'
no xml check and based on your sample so assume same structure (one property name per line, ...)
posix version (--posix for GNU sed)
--posix