#!/bin/bash
echo "<?xml version=\"1.0\"?>"
echo "<raw>"
echo "Hello. <b>This is a test! ${1}</b> Fin."
echo "</raw>"
