Skip to content

Commit

Permalink
Fix address generation script with correct location for XSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed May 22, 2017
1 parent 0fa8072 commit ecddc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/addresses.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<XML>) {
if (/<EmailAddress>(mailto:)?(.*)<\/EmailAddress>/) {
$metadata{$2} = 1;
Expand Down

0 comments on commit ecddc59

Please sign in to comment.