The Caché XML librarya set of Caché classes
for working with XML. These classes include
%XML.Adaptor,
which gives any class the ability to automatically project (serialize) its
object instances to XML and vice versa;
%XML.Reader which
provides the ability to read XML documents and automatically convert them
into object instances; and
%XML.TextReader which provides
a way to read generic XML documents without defining an object mapping.