Data-Edit-Xml-To-Dita

 view release on metacpan or  search on metacpan

lib/Data/Edit/Xml/To/DitaVb.pm  view on Meta::CPAN


sub xrefResults                                                                 #P Run Xref to fix check results
 {if (xref)
   {$xrefResults = Data::Edit::Xml::Xref::xref                                  # Check and perhaps fix any cross references
     (addNavTitles              => xrefAddNavTitles,
      allowUniquePartialMatches => xrefAllowUniquePartialMatches,
      changeBadXrefToPh         => changeBadXrefToPh,
      deguidize                 => &deguidize,
      fixBadRefs                => &fixBadRefs,
      fixDitaRefs               => &fixDitaRefs ? targets : undef,              # Location of targets if we are going to fix dita refs in the output corpus that were valid in the input corpus
      fixRelocatedRefs          => &fixRelocatedRefs,                           # Fix references to relocated files that adhere to the GB Standard.
      fixXrefsByTitle           => &fixXrefsByTitle,                            # Fix xref by unique title
      inputFolder               => &out,
      matchTopics               => &xrefMatchTopics,
      maximumNumberOfProcesses  => &maximumNumberOfProcesses,
      reports                   => &reports,
     );
   }
  else
   {ddd "Xref not requested";
   }



( run in 1.191 second using v1.01-cache-2.11-cpan-5511b514fd6 )