Is it possible to propagate xslt parameters from the local libs/foo/doc 
directory up to the main doc/ build?

So for example if I have:

using quickbook ;

xml foo : foo.qbk ;
boostbook standalone
    :
        foo
    :
        <xsl:param>navig.graphics=1
        <xsl:param>chunk.section.depth=5
        <xsl:param>chunk.first.sections=1
        <xsl:param>toc.section.depth=5
    ;

In a Jamfile, is it possible to propagate those chunking options up to the 
main documentation build, so that lib "foo" gets chunked according to the 
params I've set?

Or does it have to be built separately for this to take effect?

On a related note a build in doc/ now takes so long that it's frankly 
getting unwieldy.  Should we actually be considering breaking this up 
somehow so that it scales better?

Thanks, John. 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to