From 41003bb9a9bc1fb20d8e91541cbb9ad35c18ddb9 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 27 Oct 2012 05:31:55 +0000 Subject: [PATCH] revise script hallie uses so strips out tags such as ulink, xref, command leaving just textual representation (these were getting cut out before) git-svn-id: http://svn.osgeo.org/postgis/trunk@10574 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/xsl/postgis_reference.xml.xsl | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/doc/xsl/postgis_reference.xml.xsl b/doc/xsl/postgis_reference.xml.xsl index 4845b460b..5f98aecfc 100644 --- a/doc/xsl/postgis_reference.xml.xsl +++ b/doc/xsl/postgis_reference.xml.xsl @@ -5,7 +5,8 @@ Copyright 2010, Regina Obe License: BSD Purpose: This is an xsl transform that concatenates - all the sections defined in postgis.xml + all the sections defined in postgis.xml and strips all tags + for suitable import by expert bot To use: xsltproc -o postgis_full.xml postgis_reference.xml.xsl postgis.xml ******************************************************************** --> @@ -15,4 +16,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + command: + -- 2.40.0