<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Shatzer, Larry wrote:<br>
<blockquote type="cite"
 cite="midEC41DD8A52BBD7118FA800A0C9E56BB21799EB@localhost">
  <pre wrap="">Log Message:
* appa.xml, appb.xml, ch04.xml, ch06.xml, ch07.xml, ch08.xml

Fix places where > should be &gt;, " to <quote>, and to remove space around
&mdash;
  </pre>
</blockquote>
<br>
Nice patch.  Only one nit (below).<br>
<blockquote type="cite"
 cite="midEC41DD8A52BBD7118FA800A0C9E56BB21799EB@localhost">
  <pre wrap="">@@ -640,10 +640,10 @@
 
       <para>Apple's OS X operating system has an integrated
         filesystem-level WebDAV client. From the Finder, select the
-        "Connect to Server" item from the Go menu.  Enter a WebDAV
-        URL, and it appears as a disk on the desktop, just like any
-        other mounted volume.<footnote><para>From the Darwin terminal,
-        one can also run <literal>mount -t webdav URL
+        <quote>Connect to Server</quote> item from the Go menu.  Enter
+        a WebDAV URL, and it appears as a disk on the desktop, just
+        like any other mounted volume.<footnote><para>From the Darwin
+        terminal, one can also run <literal>mount -t webdav URL
         /mountpoint</literal></para></footnote>.</para>
  </pre>
</blockquote>
This actually looks like a good place to use the following DocBook Lite
tags (instead of <quote>s):<br>
<br>
<table border="1">
  <tbody>
    <tr>
      <td><tt><guimenu></tt></td>
      <td>
      <p>A menu or submenu in a graphical interface. </p>
      </td>
      <td>
      <div class="programlisting">
      <pre>Close the program by selecting 
<guimenuitem>exit</guimenuitem> from the
<guimenu>file</guimenu> menu.</pre>
      </div>
      </td>
    </tr>
    <tr>
      <td><tt><guimenuitem></tt></td>
      <td>
      <p>An item in a menu or submenu in a graphical interface. </p>
      </td>
      <td>
      <div class="programlisting">
      <pre>Close the program by selecting 
<guimenuitem>exit</guimenuitem> from the
<guimenu>file</guimenu> menu.</pre>
      </div>
      </td>
    </tr>
  </tbody>
</table>
<br>
</body>
</html>