Docbook 4 Insert programming language code

116 Views Asked by At

Does anyone know how insert a programming code in DOCBOOK 4 format? I use Oxygen Xml Editor. I try < code > but it does not work well Thanks

1

There are 1 best solutions below

0
Jan Tosovsky On BEST ANSWER

You can use programlisting element for multiline blocks or code for inline code. Further details can be found at http://www.sagehill.net/docbookxsl/ProgramListings.html.