From: James Clark Date: Tue, 20 Apr 1999 02:59:54 +0000 (+0000) Subject: Document -s. X-Git-Tag: V19990425~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=616e521dafb6b016aff6a587bc1ff81aee8ed8a8;p=libexpat Document -s. --- 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.