Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lodo1995/experimental.xml

A replacement of Phobos std.xml
https://github.com/lodo1995/experimental.xml

Last synced: about 2 hours ago
JSON representation

A replacement of Phobos std.xml

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/lodo1995/experimental.xml.svg?branch=master)](https://travis-ci.org/lodo1995/experimental.xml)
[![codecov](https://codecov.io/gh/lodo1995/experimental.xml/branch/master/graph/badge.svg)](https://codecov.io/gh/lodo1995/experimental.xml)
[![Dub version](https://img.shields.io/dub/v/std-experimental-xml.svg)](https://code.dlang.org/packages/std-experimental-xml)

# 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](https://lodo1995.github.io/experimental.xml).
Be aware that most functions and types are still undocumented and some comments may
be outdated wrt. the implementation.