Renamed fsfeurope.xsl to fsfe.xsl.

svn path=/branches/design/; revision=17323
This commit is contained in:
ato 2010-10-09 10:28:18 +00:00
parent 295565650c
commit eb0bf88ee4
3 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ my $xslt_parser = XML::LibXSLT->new();
# Parse the global stylesheet
my $global_style_doc = $parser->parse_file($opts{i}."/fsfeurope.xsl");
my $global_style_doc = $parser->parse_file($opts{i}."/fsfe.xsl");
my $global_stylesheet = $xslt_parser->parse_stylesheet($global_style_doc);
#

View File

@ -124,7 +124,7 @@ my $xslt_parser = XML::LibXSLT->new();
# Parse the global stylesheet
my $global_style_doc = $parser->parse_file($opts{i}."/fsfeurope.xsl");
my $global_style_doc = $parser->parse_file($opts{i}."/fsfe.xsl");
my $global_stylesheet = $xslt_parser->parse_stylesheet($global_style_doc);
#