News (2)

Sun takes the covers off Mustang

At JavaOne, Sun gave developers a peek at what's coming in the next two major releases of Java, and we've rounded them up for you. Read more »

IE7 feature news emerges

It looks like Microsoft might be listening after all. News has leaked out that work is being done to implement several important demands from the Web development community into the next version of Internet Explorer. Read more »

Features (31)

Dynamic XML document construction with the PHP DOM

We introduce 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. Read more »

JAXP facilitates DOM development with Java

The rising tide of XML usage can't be ignored. Luckily, the JAXP package provides numerous ways to interact with XML documents. Read more »

Remedial XML: Say hello to DOM

It's time to put on your programmer's hat and get acquainted with Document Object Model (DOM), which provides easy access to XML documents via a tree-like set of objects. Read more »

Format Java-extracted data using DOM and XSL

Learn how to take Java-captured data, load it into a DOM document, and use XSL style sheets to format the data into any fashion you require. Read more »

Parse XML with the StAX Java API

Streaming API for XML (StAX) is an API that allows you to read and write XML documents in Java. StAX is a parser independent, pure Java API based on interfaces that can be implemented by multiple parsers. Read more »

Learning to play SAX

After using DOM to parse XML documents for any length of time, you will probably begin to notice that performance tends to suffer when you're dealing with large documents. ZDNet Australia looks at an alternative in the Simple API for XML (SAX) Read more »

A better way to create XML documents in .NET

Creating XML documents in .NET isn't difficult, but it can be tedious. Here's what you need to know about .NET's streaming model for writing XML. Read more »

A better way to parse XML documents in .NET

The .NET Framework supports the XML DOM parsing model, but not the SAX model. .NET guru Dino Esposito tells you why this is actaully an improvement. Read more »

Beans Means XML

You can read and manipulate XML documents in Java much easier by using XmlBeans. We show you how to get started. Read more »

Send XML documents online with SAAJ

SOAP with Attachments API for Java (SAAJ) provides a standard way to send XML documents over the Internet from the Java platform. SAAJ enables you to produce and consume messages conforming to the SOAP 1.1 and 1.2 specifications and SOAP with Attachments note. Read more »

Log in


Sign up | Forgot your password?

What's on?