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

82 lines
2.7 KiB
HTML

--- doc/fxcopy.html.orig Thu May 31 10:32:04 2007
+++ doc/fxcopy.html Thu May 31 10:33:31 2007
@@ -8,30 +8,30 @@
<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>fxcopy</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="#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>fxcopy</i> is a validating XML processor. It reads an XML document and
@@ -43,7 +43,7 @@
</blockquote>
If <tt>infile</tt> is given, <i>fxcopy</i> reads its input document from
that file, otherwise <i>fxcopy</i> reads from standard input.
-<p><img SRC="shadow.jpg" ALT="----------------" >
+<p><img SRC="Images/shadow.jpg" ALT="----------------" >
<h2>
<a NAME="EXA"></a>Options by Example</h2>
In addition to the options of <i><a href="fxp.html#EXA">fxp</a></i>, <i>fxcopy</i>
@@ -54,13 +54,13 @@
-->
<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="#EXA-OUT">Controlling Output</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-REF">Expansion of References</a> in the <a href="#EXP-INST">Document
Instance</a> and in the <a href="#EXP-SUB">Declaration Subset</a></td>
@@ -313,7 +313,7 @@
[&lt;stdin>:8.33] Error: a parameter entity reference is not allowed in a&nbsp;
&nbsp;&nbsp;&nbsp; declaration in the internal subset.</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:
@@ -477,7 +477,7 @@
</tr>
</table>
</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>