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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
--- doc/features.html.orig Thu May 31 10:32:04 2007
+++ doc/features.html Thu May 31 10:33:22 2007
@@ -9,24 +9,24 @@
<body bgcolor="#FFFFFF">
<h1>
-<a href="index.html"><img SRC="fxp-shadow.jpg" ALT="fxp" BORDER=0 align=CENTER></a>
+<a href="index.html"><img SRC="Images/fxp-shadow.jpg" ALT="fxp" BORDER=0 align=CENTER></a>
Features</h1>
-<img SRC="shadow.jpg" ALT="----------------" >
+<img SRC="Images/shadow.jpg" ALT="----------------" >
<table CELLSPACING=0 CELLPADDING=0 >
<tr>
-<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
<td><a href="#UNI">Unicode Support</a></td>
</tr>
<tr>
-<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
<td><a href="#CAT">Catalog Support</a></td>
</tr>
</table>
-<p><img SRC="shadow.jpg" ALT="----------------" >
+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
<h1>
<a NAME="UNI"></a>Unicode Support</h1>
<i>fxp</i> has full support for Unicode and auto-detection of encoding
@@ -79,31 +79,31 @@
</tr>
</table>
-<p><img SRC="shadow.jpg" ALT="----------------" >
+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
<h1>
<a NAME="CAT"></a>Catalog Support</h1>
<table CELLSPACING=0 CELLPADDING=0 >
<tr>
-<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
<td><a href="#CAT-OVER">Catalogs</a></td>
</tr>
<tr>
-<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
<td><a href="#CAT-EXA">Options by Example</a></td>
</tr>
<tr>
-<td><img SRC="ball-shadow.jpg" ALT="o" ></td>
+<td><img SRC="Images/ball-shadow.jpg" ALT="o" ></td>
<td><a href="#CAT-OPT">Summary of Options</a></td>
</tr>
</table>
-<p><img SRC="shadow.jpg" ALT="----------------" >
+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
<h2>
<a NAME="CAT-OVER"></a>Catalogs</h2>
<i>fxp</i> supports the Socat syntax of <a href="http://www.ccil.org/~cowan/XML/XCatalog.html">XML
@@ -221,7 +221,7 @@
public identifier <tt>"ISO 8879:1986//ENTITIES Added Latin 1//EN"</tt>
is mapped to <tt>/pub/iso/lat1.ent</tt> even if the catalog <tt>/pub/entities/ent.soc</tt>
contains a matching entry for it.
-<p><img SRC="shadow.jpg" ALT="----------------" >
+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
<h2>
<a NAME="CAT-EXA"></a>Catalog Options by Example</h2>
@@ -334,7 +334,7 @@
use Socat syntax, whereas for suffixes <tt>.xml</tt> and <tt>.XML</tt>
the XML syntax is chosen. For files having none of these suffices, <i>fxp</i>
assumes XML syntax. This can be changed with <tt>--catalog-syntax=soc</tt>.
-<p><img SRC="shadow.jpg" ALT="----------------" >
+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
<h2>
<a NAME="CAT-OPT"></a>Summary of Catalog Options</h2>
@@ -379,7 +379,7 @@
the system identifier comes first; <tt>sys</tt> means that the catalog
is used only if no system identifier is present. Defaults to <tt>map</tt>.</dd>
</dl>
-<img SRC="shadow.jpg" ALT="----------------" >
+<img SRC="Images/shadow.jpg" ALT="----------------" >
<address>
fxp's feedback address <a href="mailto:fxp@PSI.Uni-Trier.DE">fxp@PSI.Uni-Trier.DE</a></address>
|