From 616e521dafb6b016aff6a587bc1ff81aee8ed8a8 Mon Sep 17 00:00:00 2001 From: James Clark Date: Tue, 20 Apr 1999 02:59:54 +0000 Subject: [PATCH] Document -s. --- expat/expat.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/expat/expat.html b/expat/expat.html index 41a96805..aa3e93cb 100755 --- a/expat/expat.html +++ b/expat/expat.html @@ -45,7 +45,12 @@ href="http://www.jclark.com/xml/canonxml.html">canonical XML will be written to dir/f, where f is the filename (without any path) of the input file. A -x option will cause references to -external general entities to be processed.

+external general entities to be processed. A -s option +will make documents that are not standalone cause an error (a document +is considered standalone if either it is intrinsically standalone +because it has no external subset and no references to parameter +entities in the internal subset or it is declared as standalone in the +XML declaration).

The bin directory contains Win32 executables. The lib directory contains Win32 import libraries.