Mon, 18 Jan 2010 19:59:51 +0100
Introduce ISN formatting and lookup logic into the ENUM module.
A detailed description of these changes is provided in enum-isn.txt.
1 <?xml version="1.0" encoding='ISO-8859-1'?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
5 <!ENTITY admin SYSTEM "enum_admin.xml">
6 <!ENTITY faq SYSTEM "../../../doc/module_faq.xml">
8 <!-- Include general documentation entities -->
9 <!ENTITY % docentities SYSTEM "../../../doc/entities.xml">
10 %docentities;
12 ]>
14 <book>
15 <bookinfo>
16 <title>Enum Module</title>
17 <authorgroup>
18 <author>
19 <firstname>Juha</firstname>
20 <surname>Heinanen</surname>
21 <email>jh@song.fi</email>
22 </author>
23 <author>
24 <firstname>Otmar</firstname>
25 <surname>Lendl</surname>
26 <email>lendl@nic.at</email>
27 </author>
28 </authorgroup>
29 <copyright>
30 <year>2002</year>
31 <year>2003</year>
32 <holder>Juha Heinanen</holder>
33 </copyright>
34 <revhistory>
35 <revision>
36 <revnumber>$Revision: 5907 $</revnumber>
37 <date>$Date: 2010-01-18 10:45:05 +0100 (Mon, 18 Jan 2010) $</date>
38 </revision>
39 </revhistory>
40 </bookinfo>
41 <toc></toc>
43 &admin;
44 &faq;
46 </book>