How-to organize docbook
Posted: Sat Aug 08, 2009 11:12 pm
Hello to all,
now, after 28 days of evaluating ogygenxml I am convinced that this is the right tool for us to use it as manual writing tool.
First I want to buy one XML Editor for me and one XML Author for one of my engineers who is responsible for documentation.
We have a Linux server with Samba over SMB. My engineer is working with Windows using the share "konstruktion" which is mapped to f:. I am using Mac and use Sambe over SMB protocoll.
Our "Standard Head" for our XML docbook file is:
Means that we have a Customization file GO_manual.xsl. Until now I was using the evaluation locally on my Mac.
We want to install all of our Manual files on the server in the share "konstruktion".
On Windows: f:/konstruktion/manual1 ..2 ..3 etc. with subdirectories for the graphic files in f:/konstruktion/manual1/pics etc.
Now I have problems:
How do I write the correct href for my Mac OSX?
How do I write the correct href for Windows?
If we have the manual files on the server, how shall we find the pics-Files referring now as. How do the system find "/opt/docbook5/GO_manual.xsl"?? Locally or remote? Have I to install the GO_manual.xsl on the share konstruktion in the directory /opt/docbook5/?
Generally how do I organize the files for different systems?? I didn't find any hint in the manual til now...
Regards
Thomas
P.S.: Finally we want to have 1 Editor XML for me and 3 Author for me engineers.
now, after 28 days of evaluating ogygenxml I am convinced that this is the right tool for us to use it as manual writing tool.
First I want to buy one XML Editor for me and one XML Author for one of my engineers who is responsible for documentation.
We have a Linux server with Samba over SMB. My engineer is working with Windows using the share "konstruktion" which is mapped to f:. I am using Mac and use Sambe over SMB protocoll.
Our "Standard Head" for our XML docbook file is:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="http://www.oasis-open.org/docbook/xml/5.0/rng/docbookxi.rng" type="xml"?>
<?xml-stylesheet type="text/xsl" href="/opt/docbook5/GO_manual.xsl"?>
<book xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="de">
We want to install all of our Manual files on the server in the share "konstruktion".
On Windows: f:/konstruktion/manual1 ..2 ..3 etc. with subdirectories for the graphic files in f:/konstruktion/manual1/pics etc.
Now I have problems:
How do I write the correct href for my Mac OSX?
How do I write the correct href for Windows?
If we have the manual files on the server, how shall we find the pics-Files referring now as
Code: Select all
imagedata fileref="pics/Abbildung2.png" width="350" align="center"/
Generally how do I organize the files for different systems?? I didn't find any hint in the manual til now...
Regards
Thomas

P.S.: Finally we want to have 1 Editor XML for me and 3 Author for me engineers.