The default resolver resolves from a URL or the local file system.
If the system id begins with "http://", it is treated as a web URL, and loaded over the network.
If it begins with "file://", then it is treated as a local file (for an absolute path on Unix like systems, that would be three forward slashes at the start : "file:///tmp/file.dtd").
Otherwise, the system id is treated as a filename.
Class summary |
Methods inherited from util::Error |
error(a) get_reason() |
Variables inherited from util::Error |
reason |
Variables defined in this class |
cache_uris_flag public_mapping uri_cache |
Method detail |
set_public_mapping("-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN", "/tmp/web-app_2_3.dtd")
Variable detail |