diff --git a/utilities/addresses.pl b/utilities/addresses.pl index 09f72f14..1c9772d5 100755 --- a/utilities/addresses.pl +++ b/utilities/addresses.pl @@ -24,7 +24,7 @@ # # UK addresses # -open(XML, xalanCall . " -IN ../mdx/uk/collected.xml -XSL extract_addresses.xsl|") || die "could not open input file"; +open(XML, xalanCall . " -IN ../mdx/uk/collected.xml -XSL ../build/extract_addresses.xsl|") || die "could not open input file"; while () { if (/(mailto:)?(.*)<\/EmailAddress>/) { $metadata{$2} = 1;