Scales Xml 0.5.0

Scales Xml is an alternative XML library for Scala, its design started with the question - what if the structure of XML was separated from its contents?.

The answer for XML tends naturally to trees and zippers, enabling a combined model for both XML Tree handling and XML Event handling. This allows opportunities for saving memory usage and increasing performance.

The design aims of Scales Xml also target correctness first, an Iteratee based processing for Pull, an XPath like syntax for querying and manipulation and deep support for JAXP.

The main focus areas are

Generated Documentation

Documentation Highlights


Download Site Zip

Built By: Chris, Mon Oct 27 08:34:15 CET 2014

Scales Xml 0.5.0

Generated Documentation

Documentation Highlights

First Steps
Xml Model
Accessing and Querying Data
Parsing XML
Serializing & Transforming XML
Xml Equality
Technical Details