Re: DOCBOOK-APPS: How do you %indent-programlisting-lines for anexternal file?

From
Brian Dellert <>
Date
2001-05-30T15:25:07+00:00
ID
20010529141553.A1963@localhost
Thread
Re: DOCBOOK-APPS: How do you %indent-programlisting-lines for anexternal file?
> tried this, but I believe that it will work.
> 
> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
> <!ENTITY programFile SYSTEM "./source.pl">
> ]>
>

It works if source.pl does not contain anything that looks like
markup. However, if source.pl contains < and > signs, jade errors out.
I've attached a new source.pl that demos this.

From what I've read, Normal Walsh put together the <inlinegraphic>
hack to allow the external file to be treated like CDATA.
Unfortunately, it doesn't seem to get indented properly.