Re: DOCBOOK-APPS: I Need to insert C-language code into DocBook XML

2002-03-13 Thread Yann Dirson
On Tue, Mar 12, 2002 at 10:08:39PM +0100, [EMAIL PROTECTED] wrote: I have problem - how to put into DocBook XML content of file with C-language code? Problem is, that this content must be placed in external file (source.c), no directly in DocBook XML. You can use imagedata

DOCBOOK-APPS: I Need to insert C-language code into DocBook XML

2002-03-12 Thread dbook
I have problem - how to put into DocBook XML content of file with C-language code? Problem is, that this content must be placed in external file (source.c), no directly in DocBook XML. My idea was: !DOCTYPE book PUBLIC ... [!ENTITY ccode SYSTEM source.c] ... programlisting ![CDATA[