Create a graphic representation of any XML document using SVG (Tech Republic)

Create a graphic representation of any XML document using SVG (Tech Republic)
Using the power of Scalable Vector Graphics (SVG), a programmer can create a graphic representation of any XML document. This document shows you how it works and provides several code examples to get you started on the right path.

XML Security Learning Guide (Computer Weekly)

XML Security Learning Guide (Computer Weekly)
Securing XML is an essential element in keeping Web services secure. This SearchSecurity.com Learning Guide is a compilation of resources that review different types of XML security standards and approaches for keeping your XML Web services secure.

Parsing XML (About.com)

Parsing XML (About.com)
One common way to get the information passed back to your page after using Ajax to request it from the server is to receive it as XML. The request.responseXML property…