diff options
| author | Sam Steingold | 2010-11-04 14:17:38 -0400 |
|---|---|---|
| committer | Sam Steingold | 2010-11-04 14:17:38 -0400 |
| commit | 9d42453dfddb96f48bd3832270723ceb49dfd770 (patch) | |
| tree | 10b16a7582d845675deaf319412a3057162a2869 /etc/schema | |
| parent | 3fdebbf9ac5507cf112ee58613a02f73039c4e41 (diff) | |
| download | emacs-9d42453dfddb96f48bd3832270723ceb49dfd770.tar.gz emacs-9d42453dfddb96f48bd3832270723ceb49dfd770.zip | |
identify "refentry" as DocBook
Diffstat (limited to 'etc/schema')
| -rw-r--r-- | etc/schema/schemas.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/schema/schemas.xml b/etc/schema/schemas.xml index 099df6b9436..da4539e0ac3 100644 --- a/etc/schema/schemas.xml +++ b/etc/schema/schemas.xml | |||
| @@ -22,7 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> | |||
| 22 | <uri pattern="*.html" typeId="XHTML"/> | 22 | <uri pattern="*.html" typeId="XHTML"/> |
| 23 | <uri pattern="*.rng" typeId="RELAX NG"/> | 23 | <uri pattern="*.rng" typeId="RELAX NG"/> |
| 24 | <uri pattern="*.rdf" typeId="RDF"/> | 24 | <uri pattern="*.rdf" typeId="RDF"/> |
| 25 | 25 | ||
| 26 | <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/> | 26 | <namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/> |
| 27 | <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/> | 27 | <namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/> |
| 28 | <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/> | 28 | <namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/> |
| @@ -39,10 +39,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> | |||
| 39 | 39 | ||
| 40 | <documentElement prefix="" localName="article" typeId="DocBook"/> | 40 | <documentElement prefix="" localName="article" typeId="DocBook"/> |
| 41 | <documentElement prefix="" localName="book" typeId="DocBook"/> | 41 | <documentElement prefix="" localName="book" typeId="DocBook"/> |
| 42 | <documentElement prefix="" localName="refentry" typeId="DocBook"/> | ||
| 42 | 43 | ||
| 43 | <documentElement localName="RDF" typeId="RDF"/> | 44 | <documentElement localName="RDF" typeId="RDF"/> |
| 44 | <documentElement prefix="rdf" typeId="RDF"/> | 45 | <documentElement prefix="rdf" typeId="RDF"/> |
| 45 | 46 | ||
| 46 | <documentElement localName="locatingRules" uri="locate.rnc"/> | 47 | <documentElement localName="locatingRules" uri="locate.rnc"/> |
| 47 | 48 | ||
| 48 | <typeId id="XSLT" uri="xslt.rnc"/> | 49 | <typeId id="XSLT" uri="xslt.rnc"/> |