Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rkuhn/gdochtml2manning
- Owner: rkuhn
- License: cc0-1.0
- Created: 2014-03-07T15:25:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T22:09:36.000Z (almost 10 years ago)
- Last Synced: 2023-03-23T17:27:00.836Z (almost 2 years ago)
- Language: XSLT
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.