https://github.com/felixgirault/yoml
A dead simple XML dialect.
https://github.com/felixgirault/yoml
Last synced: 5 months ago
JSON representation
A dead simple XML dialect.
- Host: GitHub
- URL: https://github.com/felixgirault/yoml
- Owner: felixgirault
- Created: 2015-04-08T21:18:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-08T21:23:09.000Z (about 11 years ago)
- Last Synced: 2025-02-02T09:42:44.069Z (over 1 year ago)
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).