diff --git a/build/extract_locs.pl b/build/extract_locs.pl index 94b360a1..a516194d 100755 --- a/build/extract_locs.pl +++ b/build/extract_locs.pl @@ -2,7 +2,7 @@ use Xalan; -open(XML, xalanCall . " -IN edugain.xml -XSL extract_locs.xsl|") || die "could not open input file"; +open(XML, xalanCall . " -IN ../mdx/uk/collected.xml -XSL extract_locs.xsl|") || die "could not open input file"; while () { chop; if (/^https:\/\/([^\/:]+(:\d+)?)(\/|$)/) {