/[webpac]/trunk/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 /trunk/all2xml.pl

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

revision 74 by dpavlin, Sat Jul 5 22:37:30 2003 UTC revision 81 by dpavlin, Tue Jul 8 22:13:56 2003 UTC
# Line 231  sub data2xml { Line 231  sub data2xml {
231    
232          # dump formatted output in <html>          # dump formatted output in <html>
233          if ($html) {          if ($html) {
234                  $xml .= xmlify("html",$html);                  #$xml .= xmlify("html",$html);
235                    $xml .= "<html><![CDATA[ $html ]]></html>";
236          }          }
237                    
238          if ($xml) {          if ($xml) {
# Line 472  __END__ Line 473  __END__
473    
474  =head1 NAME  =head1 NAME
475    
476  isis2xml.pl - read isis file and dump XML  all2xml.pl - read various file formats and dump XML for SWISH-E
477    
478  =head1 DESCRIPTION  =head1 DESCRIPTION
479    
480  This command will read ISIS data file using OpenIsis perl module and  This command will read ISIS data file using OpenIsis perl module, MARC
481  create XML file for usage with I<SWISH-E>  records using MARC module and optionally Micro$oft Excel files to
482  indexer. Dispite it's name, this script B<isn't general xml generator>  create one XML file for usage with I<SWISH-E> indexer. Dispite it's name,
483  from isis files (isis allready has something like that). Output of this  this script B<isn't general xml generator> from isis files (isis allready
484  script is tailor-made for SWISH-E.  has something like that). Output of this script is tailor-made for SWISH-E.
485    
486    =head1 BUGS
487    
488    Documentation is really lacking. However, in true Open Source spirit, source
489    is best documentation. I even made considerable effort to comment parts
490    which are not intuitively clear, so...
491    
492  =head1 AUTHOR  =head1 AUTHOR
493    

Legend:
Removed from v.74  
changed lines
  Added in v.81

  ViewVC Help
Powered by ViewVC 1.1.26