r19705 - gnucash-docs/trunk/guide/C - guide: Add single-quote entity definitions

Yawar Amin yawaramin at code.gnucash.org
Sun Oct 24 18:09:48 EDT 2010


Author: yawaramin
Date: 2010-10-24 18:09:48 -0400 (Sun, 24 Oct 2010)
New Revision: 19705
Trac: http://svn.gnucash.org/trac/changeset/19705

Modified:
   gnucash-docs/trunk/guide/C/gnucash-guide.xml
Log:
guide: Add single-quote entity definitions

The left and right single quotes, though commonly used in HTML, don't seem
to be explicitly defined in DocBook:
http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-pub.ent

Modified: gnucash-docs/trunk/guide/C/gnucash-guide.xml
===================================================================
--- gnucash-docs/trunk/guide/C/gnucash-guide.xml	2010-10-24 22:09:41 UTC (rev 19704)
+++ gnucash-docs/trunk/guide/C/gnucash-guide.xml	2010-10-24 22:09:48 UTC (rev 19705)
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
     "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY lsquo "‘">
+<!ENTITY rsquo "’">
 <!ENTITY chapter1 SYSTEM "ch_oview.xml">
 <!ENTITY chapter2 SYSTEM "ch_basics.xml">
 <!ENTITY chapter3 SYSTEM "ch_accts.xml">



More information about the gnucash-changes mailing list