Re: Including html from a quickbook document

John Maddock <[email protected]> Thu, 15 May 2014 09:28:27 +0100
Newsgroups gmane.comp.lib.boost.documentation
Message-ID <[email protected]>
> I need to publish some documentation for a C++ library. I'm using
> quickbook, with emphasis on the "quick": I'm hoping it will let me do
> all I need without having to learn the whole set of tools that it relies
> upon.  So far that has been working out okay.
>
> Now the obstacle: I need to include some html (a paypal button) in one
> of the documentation pages.
>
> Is there a way to include an html file using quickbook markup?  Or am I
> better off scripting something so it gets inserted during the build
> process?

Yep, escape to docbook in the quickbook source, and then see 
http://www.sagehill.net/docbookxsl/InsertExtHtml.html

HTH, John.