@related : XML Publishing SGML RTF

How to produce decent RTF files for msword ? see Publishing

ToDo :

Docbook

HowTo

apt-cache search docbook
sudo apt-get install docbook-utils
cat > docbook.xml << EOF

<?xml version='1.0' encoding='ISO-8859-1'?> ⇐

DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" >

<book>

<bookinfo> <title>book / bookinfo / title</title> </bookinfo>

<chapter>

<title>book / chapter / title</title>

<para>book / chapter / para</para>

</chapter> </book>

EOF

StyleSheet Transformation

docbook2rtf docbook.xml  # [[RTF]]
xmlto html-nochunks docbook.xml # [[HTML]]
xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl docbook.xml  > docbook.fo # like formated output ?

[[Software]]

docbook.txt · Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki