New BIG BIG Problem
Posted: Thu Nov 29, 2007 1:53 pm
i have finish my docbook with Windows to explain a unix process to configure an apache server, well the result is great.
I had realized that all my listing program were copy from the original file et paste in the xml file, and i think that's the wrong way.
If I want to built another docbook, i do not win time because it's very long to copy and paste the config file of each program in xml..
Is it possible to insert the source with a command line like this in my xml file ?
or
thx

I had realized that all my listing program were copy from the original file et paste in the xml file, and i think that's the wrong way.
If I want to built another docbook, i do not win time because it's very long to copy and paste the config file of each program in xml..
Is it possible to insert the source with a command line like this in my xml file ?
Code: Select all
<commandlinsting>
"call the file which contain my config like : call apache2.conf"
</commandlinsting>
Code: Select all
<commandlinsting>
insert :c:/backup/serverDebian/etc/apache2/apache2.conf"
</commandlinsting>

