comparison doc/wiki2docbook/headingsNormalizer.about.txt @ 1773:2ae81598b254

scripts for converting wiki documentation to docbook
author nadvornik
date Sun, 22 Nov 2009 09:12:22 +0000
parents
children
comparison
equal deleted inserted replaced
1772:9f3b7a089caf 1773:2ae81598b254
1 Credits: Filipe Correia
2
3 This stylesheet can be applied to xhtml documents. It ensures one one
4 h1 element exists per document. If the input document has only one h1
5 element it just copies all nodes to the output, otherwise it adds a
6 new top level (h1) heading and depromotes every existing heading to a
7 lower level (ie, h1s turn into h2s, h2s turn into h3s, etc).
8