@zenml/zenml
v1.3.0
Published
Alternative syntax for XML
Downloads
30
Readme
Overview
Zenithal Markup Language (ZenML) is an alternative syntax for XML. It is almost fully compatible with XML, and less redundant and more readable than XML. Take a look at this file to see what a ZenML document looks like.
This repository provides a script to parse a ZenML document into an XML DOM, along with some utility classes to help transform XML documents.
Installation
Install via npm.
npm i @zenml/zenmlDocumentation
ZenML/XML infrastructure
There are several libraries related to ZenML/XML, which I call “ZenML/XML infrastructure”. The following list shows all the components of the infrastructure:
| TypeScript impls | Ruby impls | |:--:|:--:| | ZenML parser | ZenML parser | | Zotica parser | Zotica parser | | utilities and extensions of XML DOM | utilities and extensions of XML DOM | | utilities for XML transformation | utilities for XML transformation | | ~~utilities for book generation~~ | utilities for book generation | | utilities for slide generation | utilities for slide generation |
