1 Jul 2005 01:00
[ANN] kwaff1.0.0 - a pretty tool to make XML as easy as YAML to read/write
Makoto Kuwata <kwa <at> kuwata-lab.com>
2005-06-30 23:00:42 GMT
2005-06-30 23:00:42 GMT
Hi, I have released Kwaff 1.0.0. http://www.kuwata-lab.com/kwaff/ Kwaff is a pretty tool to convert Kwaff format document into XML document, and also convert XML into Kwaff. Kwaff format is very friendly for human to read and write than XML. It makes XML as easy as YAML to read and write. Example: example.kwaff -------------------- * html - lang = en * body * h1 = Title * ul - class = foo * li = text1 * li = text2 -------------------- convert: ==================== $ kwaff example.kwaff > example.xml ==================== example.xml(Continue reading)

RSS Feed