[Zope3-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.59
Fred L. Drake, Jr.
fred@zope.com
Thu, 16 Jan 2003 12:48:13 -0500
Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv26535
Modified Files:
zconfig.tex
Log Message:
Elaborate the loadSchema() description.
=== Packages/ZConfig/doc/zconfig.tex 1.58 => 1.59 ===
--- Packages/ZConfig/doc/zconfig.tex:1.58 Thu Jan 16 11:51:44 2003
+++ Packages/ZConfig/doc/zconfig.tex Thu Jan 16 12:48:09 2003
@@ -800,7 +800,10 @@
\end{funcdesc}
\begin{funcdesc}{loadSchema}{url}
- Load a schema definition from the URL \var{url}. The resulting
+ Load a schema definition from the URL \var{url}.
+ \var{url} may be a URL, absolute pathname, or relative pathname.
+ Fragment identifiers are not supported.
+ The resulting
schema object can be passed to \function{loadConfig()} or
\function{loadConfigFile()}. The schema object may be used as many
times as needed.