/[webpac]/branches/ffzg/all2xml.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/ffzg/all2xml.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 43 by dpavlin, Sat Mar 22 22:43:05 2003 UTC revision 44 by dpavlin, Sat Mar 22 22:51:48 2003 UTC
# Line 254  foreach my $database ($cfg->Sections) { Line 254  foreach my $database ($cfg->Sections) {
254    
255                          my $swishpath = $path."#".int($row->{mfn});                          my $swishpath = $path."#".int($row->{mfn});
256    
257                          if (my $xml = $cp2utf->convert(isis2xml($row,$add_xml."<path>$swishpath</path>"))) {                          if (my $xml = isis2xml($row,$add_xml)) {
258                                    $xml = $cp2utf->convert($xml);
259                                  use bytes;      # as opposed to chars                                  use bytes;      # as opposed to chars
260                                  print "Path-Name: $swishpath\n";                                  print "Path-Name: $swishpath\n";
261                                  print "Content-Length: ".(length($xml)+1)."\n";                                  print "Content-Length: ".(length($xml)+1)."\n";

Legend:
Removed from v.43  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.26