Lines Matching refs:output
134 my $output = load_template($OPTIONS{template});
150 $output =~ s/<syst:SourceFiles\/>/$source_list/sm;
154 if (index($output, '<syst:Catalog32/>') != -1) {
156 $output =~ s/<syst:Catalog32\/>/$section/sm;
163 if (index($output, '<syst:Catalog64/>') != -1) {
165 $output =~ s/<syst:Catalog64\/>/$section/sm;
177 return $output;
189 my $output ="";
191 $output.= '<syst:Catalog'.$size.'>'."\n";
204 $output.= ' ' x ($INDENTATION*2);
205 $output.= '<syst:Format ID="'.$idval.'"';
207 $output.= ' File="'.$file_id.'" Line="'.$line_id .'"';
209 $output.= '><![CDATA['.String::Escape::unbackslash($msg).']]>';
210 $output.= '</syst:Format>'."\n";
214 $output.= ' ' x $INDENTATION;
215 $output.= '</syst:Catalog'.$size.'>'."\n";
217 return $output;