<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2900.2668" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV>
<P><FONT size=2>Attached is an updated patch, and fixes one other spot to use 
<guimenu> and <guimenuitem> in the Nautilus section further 
down.</FONT></P>
<P><SPAN class=450130322-05072005><FONT size=2>-- Larry</FONT></SPAN></P></DIV>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> C. Michael 
  Pilato [mailto:cmpilato@red-bean.com] <BR><B>Sent:</B> Sunday, July 03, 2005 
  12:04 PM<BR><B>To:</B> Shatzer, Larry<BR><B>Cc:</B> 
  'svnbook-dev@red-bean.com'<BR><B>Subject:</B> Re: [PATCH] " to <quote>, 
  > to &gt;...<BR><BR></FONT></DIV>Shatzer, Larry wrote:<BR>
  <BLOCKQUOTE cite=midEC41DD8A52BBD7118FA800A0C9E56BB21799EB@localhost 
  type="cite"><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 cite=midEC41DD8A52BBD7118FA800A0C9E56BB21799EB@localhost 
  type="cite"><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></BLOCKQUOTE></BODY></HTML>