|
Lines 60-66
foreach my $target ( @$targets ) {
Link Here
|
| 60 |
$init_opts{ 'pz:queryencoding[' . $target_url . ']' } = $target->{'encoding'}; |
60 |
$init_opts{ 'pz:queryencoding[' . $target_url . ']' } = $target->{'encoding'}; |
| 61 |
$init_opts{ 'pz:xslt[' . $target_url . ']' } = lc( $target->{'syntax'} ) . '-work-groups.xsl'; |
61 |
$init_opts{ 'pz:xslt[' . $target_url . ']' } = lc( $target->{'syntax'} ) . '-work-groups.xsl'; |
| 62 |
$init_opts{ 'pz:requestsyntax[' . $target_url . ']' } = $target->{'syntax'}; |
62 |
$init_opts{ 'pz:requestsyntax[' . $target_url . ']' } = $target->{'syntax'}; |
| 63 |
$init_opts{ 'pz:nativesyntax[' . $target_url . ']' } = 'iso2709'; |
63 |
$init_opts{ 'pz:nativesyntax[' . $target_url . ']' } = 'iso2709;utf8'; |
| 64 |
|
64 |
|
| 65 |
if ( $target->{'userid'} ) { |
65 |
if ( $target->{'userid'} ) { |
| 66 |
if ( $target->{'password'} ) { |
66 |
if ( $target->{'password'} ) { |
| 67 |
- |
|
|