Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rkuhn/gdochtml2manning

An XSLT for transforming HTML-exported Google Docs into Manning DocBook format
https://github.com/rkuhn/gdochtml2manning

Last synced: about 2 months ago
JSON representation

An XSLT for transforming HTML-exported Google Docs into Manning DocBook format

Awesome Lists containing this project

README

        

# GDocHtml2Manning

An XSLT for transforming HTML-exported Google Docs into Manning DocBook format.

## How to use it

It is quite simple:

xsltproc --html -o transform.xslt

## What it supports

The current version correctly translates sections up to `

` if they are also correctly nested in the source document (i.e. a `

` directly “within” a `

` will not be translated).

Furthermore ordered and unordered lists and footnotes should work correctly (for technical reasons the first paragraph of each footnote has a leading space token).

## What it does not support

Images are currently ignored, as are `
` tags.