Re: Including html from a quickbook document

Michael Shepanski <[email protected]> Fri, 16 May 2014 13:11:02 +1000
Newsgroups gmane.comp.lib.boost.documentation
Message-ID <[email protected]>
On 15/05/2014 6:28 PM, John Maddock wrote:
>> 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?
>
> Yep, escape to docbook in the quickbook source, and then see 
> http://www.sagehill.net/docbookxsl/InsertExtHtml.html

Using the "dbhtml" technique from there, together with Paul Bristow's 
pointers on how to escape to docbook, I've got it working!
Thanks to both of you.
--- Michael