ports/textproc/sml-fxp/files/patch-doc-features.html
Thomas Abthorpe 7542e5c15d fxp is a validating XML parser written completely in the functional
programming language SML. fxp can validate both XML 1.0 and XML 1.1
documents. It has a programming interface allowing for production of XML
applications based on fxp. It is installed with four example applications.

WWW: http://www2.informatik.tu-muenchen.de/~berlea/Fxp

PR:		ports/116572
Submitted by:	Timothy Bourke <timbob at bigpond.com>
2007-10-04 03:02:59 +00:00

96 lines
3.2 KiB
HTML

--- 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>