9.4. Additional Information on XML Document Creation

Java & XML [36] is a very good information source about creating and manipulating XML documents in Java. It also shows how to integrate stylesheet processing with Java.

All programming languages providing XML parsing APIs, (C [62], C++ [64], C# [63], Perl [42] [40], PHP [77], Python [40], Haskell [50], Prolog [53], Ruby [80] and COBOL [21]) also give means to create XML file by serialization of the DOM-like structures or with SAX callbacks.