Commit 1e0ce827 authored by Fred Drake's avatar Fred Drake

Elaborate the loadSchema() description.

parent c5b2138e
......@@ -800,7 +800,10 @@ The main \module{ZConfig} package exports these convenience functions:
\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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment