ports/textproc/sml-fxp/files/patch-doc-fxesis.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

98 lines
3.3 KiB
HTML

--- doc/fxesis.html.orig Thu May 31 10:32:04 2007
+++ doc/fxesis.html Thu May 31 10:33:34 2007
@@ -8,42 +8,42 @@
<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>
The Program <i>fxesis</i></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="#DESC">Description</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="#OUT">Output Format</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="#OUTEX">Output 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="#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="#OPT">Summary of Options</a></td>
</tr>
</table>
-<p><img SRC="shadow.jpg" ALT="----------------" >
+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
<h2>
<a NAME="DESC"></a>Description</h2>
<i>fxesis</i> is a validating XML processor. It reads an XML document and
@@ -58,7 +58,7 @@
If <tt>infile</tt> is given, <i>fxesis</i> reads its input document from
that file, otherwise from standard input. By default, it prints its output
to the standard output.
-<p><img SRC="shadow.jpg" ALT="----------------" >
+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
<h2>
<a NAME="OUT"></a>The Output Format</h2>
The <i>fxesis</i> output is a series of plain text lines. The meaning of
@@ -213,7 +213,7 @@
</tr>
</table>
</blockquote>
-<img SRC="shadow.jpg" ALT="----------------" >
+<img SRC="Images/shadow.jpg" ALT="----------------" >
<h2>
<a NAME="OUTEX"></a>An Output Example</h2>
Consider the example document <tt><a href="Examples/exa-5.xml">exa-5.xml</a></tt>.
@@ -228,7 +228,7 @@
attribute, because validation was turned off. On the other hand, characters
<tt>&ouml;</tt>, <tt>&uuml;</tt> and <tt>&szlig;</tt> are represented by
escape sequences, because they are not ASCII-characters.
-<p><img SRC="shadow.jpg" ALT="----------------" >
+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
<h2>
<a NAME="EXA"></a>Options by Example</h2>
<i>fxesis</i> understands all options documented for <i><a href="fxp.html#EXA">fxp</a></i>;
@@ -259,7 +259,7 @@
-M\U+fc;llerstra\U+df;e 13
)addr</pre>
</blockquote>
-<img SRC="shadow.jpg" ALT="----------------" >
+<img SRC="Images/shadow.jpg" ALT="----------------" >
<h2>
<a NAME="OPT"></a>Summary of Command Line Options</h2>
Each option can be one of:
@@ -326,7 +326,7 @@
Produce output in Latin1 encoding, i.e., using 8-bit characters also. This
is the default.</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>