From ecddc5910785cedce5ca5a5aee8f38ecfa0a2ad8 Mon Sep 17 00:00:00 2001 From: Rhys Smith Date: Mon, 22 May 2017 11:59:28 +0100 Subject: [PATCH] Fix address generation script with correct location for XSL --- utilities/addresses.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;