Kaizou now supports two additional actions
I added two new actions to Kaizou:
- the inner-html action allows you to modify the html code inside the node targeted by a transformation. It takes only one parameter: the inner HTML.
- the insert-node action allows you to insert an HTML node before or after the node targeted by a transformation. Its parameters are the node name and the inner HTML,