#!/bin/sh
# Escape special XML characters
cat xml/structure.xml | ./xmlstarlet esc
