X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fscripts%2Fgbtoxhtml.pl;fp=common%2Fscripts%2Fgbtoxhtml.pl;h=fdf721add9e88697b0ac75a31f1a7383eaf9d115;hp=2a4bd3da8bdc9e0350d8afb9cac88fcd53f3252b;hb=f90cf1eea570aacdee9c831c498ad35aef0768c4;hpb=606fcf9d54bd66e0925a9485df93db9db362cf65 diff --git a/common/scripts/gbtoxhtml.pl b/common/scripts/gbtoxhtml.pl index 2a4bd3d..fdf721a 100755 --- a/common/scripts/gbtoxhtml.pl +++ b/common/scripts/gbtoxhtml.pl @@ -40,7 +40,7 @@ foreach (@BINARIES) { my $bookCode = ''; my $metaFile = ''; my $bookXML = ''; -my $xhtmlXSL = 'common/xsl/xhtml.xsl'; +my $xhtmlXSL = 'common/xsl/xhtml-dever.xsl'; my $language = 'en'; my $verbose = 0; @@ -68,7 +68,7 @@ while( $#ARGV > -1 ) { } if( $bookCode eq '' ) { die "Unspecified book code\n$USAGE"; } -if( $metaFile eq '' ) { $metaFile = "$language/.publisher/rules/standard"; } +if( $metaFile eq '' ) { $metaFile = "$language/.publisher/rules/dever"; } if( $bookXML eq '' ) { $bookXML = "$language/xml/$bookCode.xml"; } if( $xhtmlXSL eq '' ) { die "Unspecified XSL transformation file\n$USAGE"; }