<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello David,<br>
    <br>
    Currently there are no explicit (by design) means to print or save a
    report of the Diff Directories result. I've logged a feature request
    for this.<br>
    <br>
    <br>
    However, I see that our developers left in some debugging info. It's
    a little messy and there's some redundant or uneven information, but
    with some tinkering and trimming you can obtain a report of sorts.<br>
    <br>
    1. Select the entire Diff Directories table and copy to clipboard
    (Ctrl+A, Ctrl+C) to obtain the table debugging info.&nbsp; Each entry
    from this info is structured like this (7 columns, tab separated):<br>
    (File1:fileLeft File2:fileRight with type:x) &nbsp;&nbsp; (fileSizeLeft) &nbsp;&nbsp;
    (dateTimeLeft) &nbsp;&nbsp; (x) &nbsp;&nbsp; (File1:fileLeft File2:fileRight with
    type:x) &nbsp;&nbsp; (fileSizeRight) &nbsp;&nbsp; (dateTimeRight)<br>
    1st and 5th columns are identical and require some trimming.<br>
    <br>
    x (middle column, also mentioned in 1st and 5th) is the result of
    the diff and has the possible values:<br>
    - 0 - missing file on one side (one of the fileLeft/fileRight has
    the 'null' value)<br>
    - 1 - different file<br>
    - 2 - identical files (existing folders are always considered
    'identical')<br>
    <br>
    2. Paste and save this debug info in a text file.<br>
    3. Import the text file to XML with Oxygen's import feature: File
    &gt; Import &gt; Text File. Use Tab as the field delimiter in the
    Import dialog and press the Customize button if you want to change
    the name of the elements or make them attributes. Press Import and
    switch to Grid mode for better readability.<br>
    <br>
    4. To further trim the redundant info from columns 1 (File2) and 5
    (File1) and separate them, you can use Find/Replace in the Text mode
    in two steps:<br>
    a) For column 1<br>
    <b>Text to find:</b> 'File1:(.*?) File2:(.*?) with type:\d' (without
    the quotes)<br>
    <b>Replace with: </b>'$1<b>'</b>&nbsp; (without the quotes)<br>
    <b>XPath</b><b>:</b> //Heading0 (or whatever element name you used
    for column 1)<br>
    <b>Options:</b> Regular expression<br>
    <br>
    b) For column 5<br>
    <b>Text to find:</b> 'File1:(.*?) File2:(.*?) with type:\d' (without
    the quotes)<br>
    <b>Replace with: </b>'$2<b>'</b>&nbsp; (without the quotes)<br>
    <b>XPath</b><b>:</b> //Heading4 (or whatever element name you used
    for column 5)<br>
    <b>Options:</b> Regular expression<br>
    <br>
    <br>
    Regards,<br>
    Adrian<br>
    <pre class="moz-signature" cols="72">Adrian Buza
oXygen XML Editor and Author Support

Tel: +1-650-352-1250 ext.202
Fax: +40-251-461482
<a class="moz-txt-link-abbreviated" href="mailto:support@oxygenxml.com">support@oxygenxml.com</a>
<a class="moz-txt-link-freetext" href="http://www.oxygenxml.com">http://www.oxygenxml.com</a></pre>
    <br>
    <div class="moz-cite-prefix">On 21.08.2013 23:38, David Sewell
      wrote:<br>
    </div>
    <blockquote
      cite="mid:alpine.OSX.2.00.1308211636470.31842@lister.ei.virginia.edu"
      type="cite">
      <pre wrap="">Is there any way to print or save the output of a Diff Directories listing? I 
have a use case where it would be very helpful to do so, but I do not see any 
menu or contextual options with this function.

David

</pre>
    </blockquote>
    <br>
  </body>
</html>