5 XML Converters Examples


The DataDirect XML Converters API allows you to access non-XML files and convert them to XML, and vice versa. The converter: URIs used to access data sources can be invoked programmatically, in an XSLT application, for example. This facility allows you to treat non-XML data as XML, manipulate it as needed, and, optionally, write it back to its source in its original format.

This chapter describes demo.cs, a simple .NET program installed in the DataDirect XML Converters \examples folder that demonstrates some of the features of DataDirect XML Converters and the Converters API.

This chapter also provides examples of using DataDirect XML Converters that are not part of the \examples folder.