summaryrefslogtreecommitdiff
path: root/attache/bzip2-1.0.3/README.XML.STUFF
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:28:18 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-01 14:28:18 +0000
commit31d3a6408d045eadaff094d4c11bf017817743d7 (patch)
tree61f75240490677d57477fea63d6f771bf3d754d9 /attache/bzip2-1.0.3/README.XML.STUFF
parent31654bd814b4e5fdc1b68807e341c623d74f357d (diff)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@4 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'attache/bzip2-1.0.3/README.XML.STUFF')
-rw-r--r--attache/bzip2-1.0.3/README.XML.STUFF31
1 files changed, 31 insertions, 0 deletions
diff --git a/attache/bzip2-1.0.3/README.XML.STUFF b/attache/bzip2-1.0.3/README.XML.STUFF
new file mode 100644
index 0000000..0ff209f
--- /dev/null
+++ b/attache/bzip2-1.0.3/README.XML.STUFF
@@ -0,0 +1,31 @@
+The script xmlproc.sh takes an xml file as input,
+and processes it to create .pdf, .html or .ps output.
+It uses format.pl, a perl script to format <pre> blocks nicely,
+ and add CDATA tags so writers do not have to use eg. &lt;
+
+The file "entities.xml" must be edited to reflect current
+version, year, etc.
+
+
+Usage:
+
+ xmlproc.sh -v manual.xml
+ Validates an xml file to ensure no dtd-compliance errors
+
+ xmlproc.sh -html manual.xml
+ Output: manual.html
+
+ xmlproc.sh -pdf manual.xml
+ Output: manual.pdf
+
+ xmlproc.sh -ps manual.xml
+ Output: manual.ps
+
+
+Notum bene:
+- pdfxmltex barfs if given a filename with an underscore in it
+
+- xmltex won't work yet - there's a bug in passivetex
+ which we are all waiting for Sebastian to fix.
+ So we are going the xml -> pdf -> ps route for the time being,
+ using pdfxmltex.