Better entities in document.

This commit is contained in:
Jorge L. Williams 2011-04-14 21:46:48 -05:00
parent c342842f47
commit 9fdc0e776a
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE book [<!-- Some useful entities borrowed from HTML -->
<!ENTITY ndash "">
<!ENTITY mdash "">
<!ENTITY hellip "">
<!ENTITY ndash "&#x2013;">
<!ENTITY mdash "&#x2014;">
<!ENTITY hellip "&#x2026;">
<!-- Useful for describing APIs -->
<!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'>