Re: [docbook] source code and docbook

From
Peter Desjardins <>
Date
2008-08-05T20:06:31+00:00
ID
Thread
Re: [docbook] source code and docbook
One other method you might consider is the textdata element.  I use
this to include entire files of code.

<inlinemediaobject>
  <textobject>
    <textdata fileref="path/to/file.xml" />
  </textobject>
</inlinemediaobject>

http://www.sagehill.net/docbookxsl/ExternalCode.html

Peter