[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]