Lines Matching refs:XML
216 # XML Encoding
344 my $output_type = $XML_Output ? 'XML' : 'Text';
491 # Not XML output, so complexly compactify for chordate consumption. At this
513 # kff todo: comma-delimited in XML too? Sure.
776 package CVS::Utils::ChangeLog::EntrySet::Output::XML;
848 sprintf '<?xml %s?>', join ' ', grep length, $version, $encoding;
900 # If outputting XML, then our task is pretty simple, because we
960 # That's enough for XML, time to go home:
1252 # kff todo: do some more XML munging here, on the header
1258 # XML output includes everything else, we might as well make
1287 # If XML, escape in outer loop to avoid compound quoting:
2587 'xml-encoding=s' => \$XML_Encoding,
2588 'xml' => \$XML_Output,
2590 'no-xml-iso-date' => \$No_XML_ISO_Date,
2722 print STDERR "cannot pass both --xml and --accum\n";
2859 If you need output that's easy for a program to parse, use the B<--xml> option.
2860 Note that with XML output, just about all available information is included
3011 Add to an existing ChangeLog (incompatible with B<--xml> and B<--FSF>).
3029 =item B<--xml>
3031 Output XML instead of ChangeLog format (incompatible with B<--accum>).
3033 =item B<--xml-encoding> I<ENCODING.>
3035 Insert encoding clause in XML header.
3043 Don't show filenames (ignored for XML output).
3062 XML output mode.