Re: [docbook->html] support for MathML
Steven Watanabe <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Organization | Providere Consulting, Inc. |
| Message-ID | <[email protected]> |
On 10/21/2011 01:29 AM, John Maddock wrote: >> I can't get the xincludes to work. >> >> a) Manual <xi:include href="..."/> fails because >> the path is interpreted relative to the BoostBook >> file which is somewhere in the build directories. >> b) [xinclude ...] fails because xinclude is >> a block level element, and this is a phrase >> template. >> >> I think I can fix this, but it's going to >> mean quickbook changes. > > Grrrr. How does the Doxygen include mechanism work - doesn't that do > something similar? > It uses [xinclude] as a block. > Alternatively can the xsltproc --path option be used to fix this? > Nope. I tried that. It doesn't work when the path contains a directory. (i.e. it would work for href="acosh1.xml", but it doesn't work for href="equations/acosh1.xml") In Christ, Steven Watanabe