-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample.5W1H.xml
62 lines (58 loc) · 1.49 KB
/
sample.5W1H.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
"/usr/share/xml/docbook/schema/dtd/5.0/docbook.dtd" [
<!ENTITY article.author.xml SYSTEM "../common/article.author.xml">
<!ENTITY book.info.legalnotice.xml SYSTEM "../common/book.info.legalnotice.xml">
<!ENTITY book.info.abstract.xml SYSTEM "../common/book.info.abstract.xml">
]>
<article xml:base="http://netkiller.github.io/journal/"
xmlns="http://docbook.org/ns/docbook" xml:lang="zh-cn">
<articleinfo>
<title>5W1H</title>
<subtitle></subtitle>
&article.author.xml;
<copyright>
<year>2014</year>
<holder>http://netkiller.github.io</holder>
</copyright>
&book.info.legalnotice.xml;
<abstract>
</abstract>
&book.info.abstract.xml;
<keywordset>
<keyword></keyword>
<keyword></keyword>
<keyword></keyword>
<keyword></keyword>
</keywordset>
<pubdate>$Date$</pubdate>
<release>$Id$</release>
</articleinfo>
<section id="what">
<title>what-做什么</title>
</section>
<section id="why">
<title>why-为什么做</title>
</section>
<section id="when">
<title>when-何时做</title>
</section>
<section id="where">
<title>where-何地做</title>
</section>
<section id="who">
<title>who-谁去做</title>
</section>
<section id="how">
<title>how-怎么做</title>
<section>
<title>SECTION</title>
</section>
<section>
<title>SECTION</title>
</section>
<section>
<title>SECTION</title>
</section>
</section>
</article>