Skip to content

lodo1995/experimental.xml

Repository files navigation

Build Status codecov Dub version

std.experimental.xml (GSoC 2016)

About

This project aims to become a replacement for the current std.xml in Phobos.
It will provide various APIs to parse, validate, and output XML documents.
It is still in its early development, and this document describes only currently implemented features.
It is being developed by Lodovico Giaretta (@lodo1995) as a project for Google Summer of Code 2016.

Implementation status

Most features are usable: the lexers, parser, cursor, SAX parser, and writer are quite stable and used internally for testing purposes. The DOM Level 3 implementation and the validation layer are still a work in progress.

Documentation

The documentation automatically generated from the source is available here. Be aware that most functions and types are still undocumented and some comments may be outdated wrt. the implementation.