Figaro - The XML Database for the .NET Framework

To manage XML documents in Figaro, you must load them into a container. Typically you will do this by using the Container handle directly. You can also load a document into an XmlDocument instance, and then load that instance into the container using the Container handle.

In This Section

This section contains the following topics:

Input Streams and Strings

Adding Documents

Adding Metadata

See Also