[4057] added: Line of sight (vmaps) [part 2] (last part)
[mangos-git.git] / contrib / vmap_extractor_v2 / stormlib / bzip2 / README.XML.STUFF
blob0ff209f446654611916ed41dc41239a34c84b428
1 The script xmlproc.sh takes an xml file as input,
2 and processes it to create .pdf, .html or .ps output.
3 It uses format.pl, a perl script to format <pre> blocks nicely,
4  and add CDATA tags so writers do not have to use eg. &lt; 
6 The file "entities.xml" must be edited to reflect current
7 version, year, etc.
10 Usage:
12   xmlproc.sh -v manual.xml
13   Validates an xml file to ensure no dtd-compliance errors
15   xmlproc.sh -html manual.xml
16   Output: manual.html
18   xmlproc.sh -pdf manual.xml
19   Output: manual.pdf
21   xmlproc.sh -ps manual.xml
22   Output: manual.ps
25 Notum bene: 
26 - pdfxmltex barfs if given a filename with an underscore in it
28 - xmltex won't work yet - there's a bug in passivetex
29     which we are all waiting for Sebastian to fix.
30   So we are going the xml -> pdf -> ps route for the time being,
31     using pdfxmltex.