Next in thread → Next in month →

Re: DOCBOOK: including C source files

From
Peter Eisentraut <>
Date
2002-04-02T23:04:39+00:00
ID
Thread
Re: DOCBOOK: including C source files
John Gruenenfelder writes:

> My problem is that the Docbook parser treats the included text as more SGML,
> so any occurances of '<', '>', and '&' cause problems.  How can I instruct
> Docbook to include the contents of the file without having the parser recurse
> into it?

There isn't a really good solution.  Your best bet is to run the C code
through a sed script to escape the funny characters.

-- 
Peter Eisentraut   
Next in thread → Next in month →