3/31/2009

Set Docbook edtiing environment in Ubuntu 8.10

1、init compile environment


  $sudo apt-get install xsltproc
  $sudo apt-get install docbook-xsl

  
2、install docbook editor named XMLmind XML Editor
and build a test docbook xml

3、Generating a html
$xsltproc -o test.html /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/docbook.xsl test.xml

No comments: