The following transform converts all occurrences of the string 127.0.0.xxx into 10.10.0.xxx within the file /etc/hosts:
<transform output=”/etc/hosts”> <subst match=”127\.0\.0\.(\d+)” replace=”10.10.0.$1” /> </transform>