oreillymedia / docbook2asciidoc

XSL for transforming DocBook to AsciiDoc
MIT License
61 stars 33 forks source link

added support for sect4 (just converts to passthrough) #21

Closed sarahs closed 12 years ago

adamwitwer commented 12 years ago

Nice. Thanks, Sarah!

sandersk commented 12 years ago

This looks great, Sarah. Do you want to add in the same handling for sect5 while you're at it--e.g., do this:

<xsl:template match="sect4|sect5">
...

If you go ahead and make that change and resubmit the pull request, I'll go ahead and merge in.

Thanks again, Sanders