Dynamic XML document construction with the PHP DOM
12099Dynamic XML document construction with the PHP DOMhttp://builder.cnet.com/Programming/Shafer/092898/Dynamic XML document construction with the PHP DOM
When working with XML-based applications, developers often find themselves facing the requirement to generate XML-encoded data structures on the fly. This tutorial introduces you to the main functions in PHP's DOM API, showing you how to programmatically generate a complete well-formed XML document from scratch and save it to disk.
[Builder.com]
Implement XML serialization in the .NET Framework
From remoting to Web services, serialization plays an integral part in many modern software architectures. Zach Smith explains how XML Serialization works and shows how to take advantage of the .NET Framework's built-in serialization functions with the included sample applicationJava > Magazine Articles > JSP and ServletsOct 11, 2006
This tutorial will focus on the Java language essentials. Even if you have no programming experience, you will find this article very useful. The Java programming language is a modern, evolutionary computing language that combines an elegant language design with powerful features that were previously available in other languages.
Java is an Object Oriented programming language. This means that everything is an object in Java and thus you can design programs that represent any real world entities such as employees, cars, etc. Java provides a class construct for representing user-defined entities. The class construct supports the creation of user-defined data types, such as Employee, that represent both the data that describes a particular employee and the manipulation or use of that data
Dynamic XML document construction with the PHP DOM
When working with XML-based applications, developers often find themselves facing the requirement to generate XML-encoded data structures on the fly. This tutorial introduces you to the main functions in PHP's DOM API, showing you how to programmatically generate a complete well-formed XML document from scratch and save it to disk.
[Builder.com]
Implement XML serialization in the .NET Framework
From remoting to Web services, serialization plays an integral part in many modern software architectures. Zach Smith explains how XML Serialization works and shows how to take advantage of the .NET Framework's built-in serialization functions with the included sample application
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.