diff --git a/expat/doc/xmlwf.xml b/expat/doc/xmlwf.xml
index 9d37f860..3bb55375 100644
--- a/expat/doc/xmlwf.xml
+++ b/expat/doc/xmlwf.xml
@@ -190,6 +190,20 @@ supports both.
+
+
+
+
+ When processing multiple files, Expat by default halts after the
+ the first file with an error. This tells Expat to report the error
+ but to keep processing.
+ This can be useful, for example, when testing a filter that converts
+ many files to XML and you want to quickly find out which conversions
+ failed.
+
+
+
+
@@ -283,20 +297,6 @@ supports both.
-
-
-
-
-
- When processing multiple files, Expat by default halts after the
- the first file with an error. This tells Expat to report the error
- but to keep processing.
- This can be useful, for example, when testing a filter that converts
- many files to XML and you want to quickly find out which conversions
- failed.
-
-
-