Implement the fn:collection() function. The Saxon implementation loads an XML
document called the collection catalogue, which acts as an index of the collection.
The structure of this index is:
<collection>
<doc href="doc1.xml">
<doc href="doc2.xml">
<doc href="doc3.xml">
</collection>
The document URIs are resolved relative to the base URI of the doc element
in the catalogue document.
|