The base URI of a document is
usually the URI where that document is located, but a
document can use the special xml:base
attribute to specify some other value.
For example, the
XInclude standard allows you to refer to
other files, but relative URI references in an XInclude element are evaluated relative to the
base URI of the reference.