-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathfaq.xml
28 lines (26 loc) · 858 Bytes
/
faq.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
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE part SYSTEM "part.dtd">
<part xmlns:xi="http://www.w3.org/2001/XInclude">
<header>
<title>Frequently Asked Questions about Erlang</title>
<prepared></prepared>
<docno/>
<date>29. November 2007</date>
<rev/>
</header>
<description>
<p>A list of frequently asked questions (FAQ) and answers for
the Erlang programming language.</p>
</description>
<xi:include href="introduction.xml"/>
<xi:include href="faq_questions.xml"/>
<xi:include href="obtaining.xml"/>
<xi:include href="getting_started.xml"/>
<xi:include href="how_do_i.xml"/>
<xi:include href="libraries.xml"/>
<xi:include href="tools.xml"/>
<xi:include href="implementations.xml"/>
<xi:include href="problems.xml"/>
<xi:include href="academic.xml"/>
<xi:include href="mnesia.xml"/>
</part>