Re: [docbook-apps] How to insert JavaScript near end of HTML without chunking?

From
Peter Desjardins <>
Date
2011-05-19T13:24:10+00:00
ID
Thread
Re: [docbook-apps] How to insert JavaScript near end of HTML without chunking?
On Thu, May 19, 2011 at 2:28 AM, Mark Craig <> wrote:

> How does one insert <script> content, such as for Google Analytics, near the
> end of generated HTML?
> Chunking is turned off by popular reader demand.

Can you use a technique like this one?

http://www.sagehill.net/docbookxsl/InsertExtHtml.html#CodeInPage

Since you're not chunking, it might be easy to add a processing
instruction at the end of your document.

Peter