I'm currently using CVS HEAD for learning how to use
Quickbook.

1. The only job of the Quickbook executable is to
convert *.qbk files to BoostBook XML, right?  Is there
no other output format for the moment?

2. Let's say that the root file for all my MPL.Math
documentation is BOOST_ROOT/libs/mpl/doc/src/math.qbk
and that my Jamfile, which is located in
BOOST_ROOT/libs/mpl/doc/, looks like this:

## start of file ##

project boost/libs/mpl/doc ;
import boostbook : boostbook ;
using quickbook ;

boostbook quickbook
    : src/math.qbk
    : <xsl:param>...
    ;

## end of file ##

Other than the <xsl:param> stuff, is this Jamfile
correct?  Where should I look to figure out what can
go with <xsl:param> besides existing Jamfiles?

                              Cromwell D. Enage



       
____________________________________________________________________________________
Be a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to