msmid / markdown2docbook

Conversion tool for transforming markdown text files to DocBook/HTML documents. Project is based on XSLT 2.0 technology.
MIT License
21 stars 6 forks source link

use xsl:for-each-group to merge and wrap adjacent block-level elements #1

Closed msmid closed 10 years ago

msmid commented 10 years ago

Phase 1 of transformation will return "raw" xml document of parsed markdown source. It means that every line in source produces one or more elements. Now I need to merge or wrap adjacent block level elements into one.