ssire / axel

A Javascript library for XML Authoring
http://ssire.github.io/axel/
17 stars 8 forks source link

Template to write XTiger XML spec #10

Closed ssire closed 13 years ago

ssire commented 13 years ago

Make a template to directly edit the XTiger XML spec. The template should output a HTML5 document directly viewable. For that purpose:

[1]

<xt:use handle="pre" types="text" label="pre"
 param="shape=parent;type=textarea;layout=placed;enablelinebreak=true;filter=wiki;wiki_lang=html">Source</xt:use>

The template should allow writing specs such as that one

ssire commented 13 years ago

I have done the template and rewritten current XTiger-XML-spec.html with it (commit 87e696a1d2c0c6301c3f). The document quality is essentially the same as it was, main difference is in table that cannot set colspan / rowspan yet, we need to make a colspan / rowspan filter to do so. Anyway the specification about XTiger XML will now be written using XTiger XML / AXEL itself !