postgis/doc/xmlformat.conf
Kevin Neufeld 78b747ab2e added the xmlformatter conf file for pretty printing the documentation's xml files
This will allow us to separate code changes from style changes in the docs.

git-svn-id: http://svn.osgeo.org/postgis/trunk@4093 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-22 21:32:19 +00:00

44 lines
1,009 B
Plaintext

# This file is the configuration file for xmlformat, an xml pretty printer
# that would enable a consistent style convention for the PostGIS documentation.
#
# xmlformat is free software available for download here:
# http://www.kitebird.com/software/xmlformat/docs/xmlformat/index.html
#
# Prerequisites:
# 1. Store the location of this file in enviro variable XMLFORMAT_CONF
# 2. or store this file in your working directory
# 3. or specify this file using the -f flag
#
# Usage:
# xmlformatter --help
# xmlformatter -i installation.xml
#
*DEFAULT
element-break = 2
subindent = 2
wrap-length = 80
code, command, emphasis, filename, function, imagedata, parameter, type, varname, xref
format inline
funcprototype
element-break = 1
funcdef, paramdef, refname, imageobject
normalize = yes
entry-break = 0
element-break = 0
exit-break = 0
programlisting
entry-break = 0
para, refpurpose
normalize = yes
element-break = 1
ulink
normalize = yes
element-break = 1