Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felixgirault/yoml

A dead simple XML dialect.
https://github.com/felixgirault/yoml

Last synced: about 1 month ago
JSON representation

A dead simple XML dialect.

Awesome Lists containing this project

README

        

YOML
====

YOML is a dead simple XML dialect.

It was designed with efficiency in mind, allowing it to be
learned quickly, and stay super lightweight.

The most important element is ``. It can contain an
arbitrary number of child `` elements. Think of it as an
HTML `

`.

To contain more information, you can also set a special
attribute on any ``: `yo="yo"`. With this nice addition
you will be able to express almost anything you want in seconds!

Here's a basic "Hello world" expressed in YOML:

```xml






```

Try it
------

You will find an XML schema within this repo, wich you can use
to validate your awesome yoml documents!

[Fiddle around here](http://www.utilities-online.info/xsdvalidation/?save=a73b0143-6f86-484f-b61a-e815f6948b6b-xsdvalidation).