Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lodo1995/experimental.xml
- Owner: lodo1995
- License: bsl-1.0
- Created: 2016-03-08T22:40:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T14:24:05.000Z (over 7 years ago)
- Last Synced: 2024-11-04T11:45:18.455Z (14 days ago)
- Language: D
- Homepage: https://lodo1995.github.io/experimental.xml
- Size: 1.93 MB
- Stars: 20
- Watchers: 11
- Forks: 8
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
- awesome-d - std.experimental.xml - Phobos candidate for a XML serialization (Data serialization / XML)
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.