Home | 簡體中文 | 繁體中文 | 雜文 | 知乎專欄 | Github | OSChina 博客 | 雲社區 | 雲棲社區 | Facebook | Linkedin | 視頻教程 | 打賞(Donations) | About
知乎專欄多維度架構 | 微信號 netkiller-ebook | QQ群:128659835 請註明“讀者”

第 2 章 Docbook 環境安裝

Document Tools

目錄

2.1. xsltproc - XSLT command line processor
2.2. docbook-ebnf - EBNF module for the XML version of the DocBook DTD
2.3. docbook-xsl-saxon
2.4. PDF
2.5. CHM
2.6. docbook2odf - Convert docbook document to Oasis Open Document
2.7. EPUB
2.7.1. 創建.epub檔案
2.7.2. Reader
2.8. Apple Mac
2.9. docbook-website - XML Website DTD and XSL Stylesheets
2.10. XML 工具
2.10.1. rxp - A validating XML parser
2.10.2. XML 校驗
2.11. SGML 環境

Docbook SGML,XML 轉換程序

2.1. xsltproc - XSLT command line processor

xsltproc --stringparam html.stylesheet docbook.css ../../docbook-xsl-1.73.2/xhtml/chunk.xsl ../book.xml

				
$ sudo apt-get install docbook-xsl
$ export DSSSL=/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl
$ /usr/bin/xsltproc --stringparam html.stylesheet docbook.css ${DSSSL} ../book.xml