Changes

Jump to navigation Jump to search
4 bytes removed ,  09:36, 25 January 2011
m
typos
XML documents often rely on Document Type Definitions (DTDs).
While parsing a document with BaseX, entities can be resolved and the whole document can be checked for validity with respect to that particular DTD.
By default, the DTD is only used only for entity resolution.
XHTML, for example, defines its doctype via the following line:
Fetching <code>xhtml1-strict.dtd</code> obviously involves network traffic. When dealing with single files, this may seem tolerable, but
importing large collections benefit benefits from caching these resources. Depending on the remote server, you will experience significant speed improvements when caching DTDs locally.
== XML Entity and URI Resolvers ==
editor, reviewer
35

edits

Navigation menu