/bundles/plugins-trunk/XML/templates/docbook-article-4.4.vm
Unknown | 28 lines | 26 code | 2 blank | 0 comment | 0 complexity | a56955e4d67f2911df46a7bd48f4c399 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
1<!-- :xml.validate.ignore-dtd=true: -->
2<!DOCTYPE article [
3 <!ENTITY % isolat1 PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML" "http://www.oasis-open.org/docbook/xmlcharent/0.3/iso-lat1.ent" >
4 <!ENTITY % isogrk1 PUBLIC "ISO 8879:1986//ENTITIES Greek Letters//EN//XML" "http://www.oasis-open.org/docbook/xmlcharent/0.3/iso-grk1.ent" >
5 <!ENTITY % isoamso PUBLIC
6 "ISO 8879:1986//ENTITIES Added Math Symbols: Ordinary//EN//XML"
7 "http://www.w3.org/2003/entities/iso8879/isoamso.ent"
8 >
9 %isolat1;
10 %isogrk1;
11]>
12<!-- this is an empty article validated using XML Schema (XSD) and
13 still having the Docbook entities available.
14 If you don't use any named entity (é and the like),
15 feel free to remove the DOCTYPE section over there.
16 $Id: docbook-article-4.4.vm 20081 2011-10-15 16:19:59Z kerik-sf $
17 -->
18<article
19 xmlns:xi="http://www.w3.org/2001/XInclude"
20 xsi:noNamespaceSchemaLocation="http://www.docbook.org/xsd/4.4/docbook.xsd"
21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22 id="root-article">
23
24<abstract>
25<para>My article makes use of entities like é or ℏ!</para>
26</abstract>
27
28</article>