diff --git a/build.xml b/build.xml index 5ed6a066..ba3728bc 100644 --- a/build.xml +++ b/build.xml @@ -1241,7 +1241,7 @@ - + Extracting TLS locations diff --git a/build/extract_locs.pl b/build/extract_locs.pl index 338a291c..a516194d 100755 --- a/build/extract_locs.pl +++ b/build/extract_locs.pl @@ -2,7 +2,7 @@ use Xalan; -open(XML, xalanCall . " -IN ../xml/ukfederation-metadata-unsigned.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+)?)(\/|$)/) {