Skip to content

Commit

Permalink
Update script to latest Xalan.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 14, 2009
1 parent 41192df commit 75b4c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/addresses.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
# UK addresses
#
open(XML,"java -cp ../xalan-j_2_6_0/bin/xalan.jar org.apache.xalan.xslt.Process -IN ../xml/ukfederation-metadata-master.xml -XSL extract_addresses.xsl|") || die "could not open input file";
open(XML,"java -Djava.endorsed.dirs=../tools/xalan/endorsed org.apache.xalan.xslt.Process -IN ../xml/ukfederation-metadata-master.xml -XSL extract_addresses.xsl|") || die "could not open input file";
while (<XML>) {
if (/<EmailAddress>(mailto:)?(.*)<\/EmailAddress>/) {
$metadata{$2} = 1;
Expand Down

0 comments on commit 75b4c7f

Please sign in to comment.