Next in thread →
Next in month →
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 →