]> granicus.if.org Git - postgis/commitdiff
Fix a lot of DocBook errors. Use DocBook + MathML DTD. Fix xsl/postgis_aggs_mm.xml...
authorOlivier Courtin <olivier.courtin@camptocamp.com>
Sun, 28 Mar 2010 08:33:41 +0000 (08:33 +0000)
committerOlivier Courtin <olivier.courtin@camptocamp.com>
Sun, 28 Mar 2010 08:33:41 +0000 (08:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5466 b70326c6-7e19-0410-871a-916f4a2858ee

13 files changed:
doc/installation.xml
doc/postgis.xml
doc/reference_accessor.xml
doc/reference_editor.xml
doc/reference_measure.xml
doc/reference_misc.xml
doc/reference_operator.xml
doc/reference_output.xml
doc/reference_processing.xml
doc/reference_transaction.xml
doc/reference_type.xml
doc/using_postgis_dataman.xml
doc/xsl/postgis_aggs_mm.xml.xsl

index 963b6d4d04c2ac839e280f6991c2bc9bbf7d97d3..876ae9a5467aa5595e14f7136f909e95a90a4253 100644 (file)
@@ -276,7 +276,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
 
          <variablelist>
                <varlistentry>
-                 <term><command>--prefix=<emphasis>PREFIX</emphasis></command></term>
+                 <term><command>--prefix=PREFIX</command></term>
                  <listitem>
                        <para>
                          This is the location the PostGIS libraries and SQL scripts will be
@@ -298,7 +298,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
                </varlistentry>
 
                <varlistentry>
-                 <term><command>--with-pgconfig=<emphasis>FILE</emphasis></command></term>
+                 <term><command>--with-pgconfig=FILE</command></term>
                  <listitem>
                        <para>
                          PostgreSQL provides a utility called <command>pg_config</command>
@@ -312,7 +312,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
                </varlistentry>
 
                <varlistentry>
-                 <term><command>--with-geosconfig=<emphasis>FILE</emphasis></command></term>
+                 <term><command>--with-geosconfig=FILE</command></term>
                  <listitem>
                        <para>
                          GEOS, a required geometry library, provides a utility called
@@ -326,7 +326,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
                </varlistentry>
 
                <varlistentry>
-                 <term><command>--with-projdir=<emphasis>DIR</emphasis></command></term>
+                 <term><command>--with-projdir=DIR</command></term>
                  <listitem>
                        <para>
                          Proj4 is a reprojection library required by PostGIS. Use this
index 32e7bc0c79d4293219e6e6c09d16a5d005bccfec..522b1fbbee8cffe038fe8e57cdf9c7da032c4827 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.1CR1//EN"
+ "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd" [
 
 <!-- This value is automatically generated by the Makefile -->
 <!ENTITY last_release_version "@@LAST_RELEASE_VERSION@@">
index b1cbffd4fca72317cbfafac8d1d6d944ee021487..ee141960d8fe94664b2c23be8e01ac1b1fc9115f 100644 (file)
@@ -134,7 +134,7 @@ MULTIPOINT(-1 1 1,1 1 0.75)
          <refnamediv>
                <refname>ST_CoordDim</refname>
 
-               <refpurpose><para>Return the coordinate dimension of the ST_Geometry value.</para></refpurpose>
+               <refpurpose>Return the coordinate dimension of the ST_Geometry value.</refpurpose>
          </refnamediv>
 
          <refsynopsisdiv>
@@ -1579,7 +1579,7 @@ POINT(3 2)
          <refsection>
                <title>Description</title>
 
-               <para>Returns the spatial reference identifier for the ST_Geometry as defined in <xref linkend="spatial_ref_sys">spatial_ref_sys</xref> table. </para>
+               <para>Returns the spatial reference identifier for the ST_Geometry as defined in spatial_ref_sys table. <xref linkend="spatial_ref_sys" /></para>
                <para><note><para>spatial_ref_sys
                table is a table that catalogs all spatial reference systems known to PostGIS and is used for transformations from one spatial
                        reference system to another.  So verifying you have the right spatial reference system identifier is important if you plan to ever transform your geometries.</para></note></para>
index d6596980fa60984280df9671a12f5ce27b006b74..6772ec2b06917971c4e33f7bed126da640d774bc 100644 (file)
@@ -94,7 +94,7 @@
                        <paramdef><type>float </type> <parameter>a</parameter></paramdef>
                        <paramdef><type>float </type> <parameter>b</parameter></paramdef>
                        <paramdef><type>float </type> <parameter>d</parameter></paramdef>
-                       <paramdef><type>float </type> <parameter>e</parameter></paramdef>>
+                       <paramdef><type>float </type> <parameter>e</parameter></paramdef>
                        <paramdef><type>float </type> <parameter>xoff</parameter></paramdef>
                        <paramdef><type>float </type> <parameter>yoff</parameter></paramdef>
                  </funcprototype>
index 7cef4b9fb26a130b9578faba7574f957d0575a5a..7218071f6565490d55e3c5a689166189430a543f 100644 (file)
@@ -1499,7 +1499,7 @@ postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 2, 2 2 )
 
                <refpurpose>Returns minimum distance in meters between two lon/lat
                                geometries. Uses a spherical earth and radius of 6370986 meters.
-                               Faster than <xref linkend="ST_Distance_Spheroid">ST_Distance_Spheroid</xref>, but less
+                               Faster than ST_Distance_Spheroid <xref linkend="ST_Distance_Spheroid" />, but less
                                accurate. PostGIS versions prior to 1.5 only implemented for points.</refpurpose>
          </refnamediv>
 
index 13b62bd70b85f97bc973b85effcb361b21125128..e760fcd1da39abcb9c0be8753f8de29c97f88eb5 100644 (file)
@@ -594,7 +594,7 @@ fulltable_size geomsize  pergeom
                        point_inside_circle(&lt;geometry&gt;,&lt;circle_center_x&gt;,&lt;circle_center_y&gt;,&lt;radius&gt;).
                        Returns the true if the geometry is a point and is inside the
                        circle. Returns false otherwise.</para>
-               <para><note>This only works for points as the name suggests</note></para>
+               <note><para>This only works for points as the name suggests</para></note>
          </refsection>
 
 
index 47bc63f61b8cbeb780646ea874cb2472450d1f4f..20fd93bb269c74f5a328249b6714f9b7d7449359 100644 (file)
@@ -945,8 +945,7 @@ FROM
                          geometries.</para></note>
 
                         <para>Availability: 1.5.0 changed behavior</para>
-                 </refsection>
-                 
+
                        <warning>
                          <para>This operator has changed behavior in PostGIS 1.5
                          from testing for actual geometric equality to only 
@@ -958,6 +957,8 @@ FROM
                          linkend="ST_Equals" /> and to check for bounding box equality <xref linkend="ST_Geometry_EQ" />; 
                          operator is a safer option.</para>
                          </warning>
+                 </refsection>
+
                  <refsection>
                        <title>Examples</title>
 <programlisting>
index 0c710ad59e9834ba9c62e3baf2454052b916ec2f..3475feb56fead3d6637d7b59ed129c52a8474549 100644 (file)
@@ -904,42 +904,42 @@ F000000000000000000000000000000000000000000000000');
 
                  <refsection>
                        <title>Examples</title>
-Default format.
+<para>Default format.</para>
 <programlisting>
 SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)'));
       st_aslatlontext       
 ----------------------------
  2°19'29.928"S 3°14'3.243"W
 </programlisting>
-Providing a format (same as the default).
+<para>Providing a format (same as the default).</para>
 <programlisting>
 SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS"C'));
       st_aslatlontext       
 ----------------------------
  2°19'29.928"S 3°14'3.243"W
 </programlisting>
-Characters other than D, M, S, C and . are just passed through.
+<para>Characters other than D, M, S, C and . are just passed through.</para>
 <programlisting>
 SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D degrees, M minutes, S seconds to the C'));
                                    st_aslatlontext                                    
 --------------------------------------------------------------------------------------
  2 degrees, 19 minutes, 30 seconds to the S 3 degrees, 14 minutes, 3 seconds to the W
 </programlisting>
-Signed degrees instead of cardinal directions.
+<para>Signed degrees instead of cardinal directions.</para>
 <programlisting>
 SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D°M''S.SSS"'));
       st_aslatlontext       
 ----------------------------
  -2°19'29.928" -3°14'3.243"
 </programlisting>
-Decimal degrees.
+<para>Decimal degrees.</para>
 <programlisting>
 SELECT (ST_AsLatLonText('POINT (-3.2342342 -2.32498)', 'D.DDDD degrees C'));
           st_aslatlontext          
 -----------------------------------
  2.3250 degrees S 3.2342 degrees W
 </programlisting>
-Excessively large values are normalized.
+<para>Excessively large values are normalized.</para>
 <programlisting>
 SELECT (ST_AsLatLonText('POINT (-302.2342342 -792.32498)'));
         st_aslatlontext        
index e1d73590452b85e71d531a6a42c59a862f65312e..71a1dd49ea863266b24bff5b9ae927c2780fddbf 100644 (file)
 The optional third parameter (currently only applies to geometry) can either specify number of segments used to approximate a quarter circle (integer case, defaults to 8) or a list of blank-separated key=value pairs (string case) to tweak operations as follows:
 <itemizedlist>
 <listitem>
-'quad_segs=#' : number of segments used to approximate a quarter circle (defaults to 8).
+<para>'quad_segs=#' : number of segments used to approximate a quarter circle (defaults to 8).</para>
 </listitem>
 <listitem>
-'endcap=round|flat|square' : endcap style (defaults to "round", needs GEOS-3.2 or higher for a different value). 'butt' is also accepted as a synonym for 'flat'.
+<para>'endcap=round|flat|square' : endcap style (defaults to "round", needs GEOS-3.2 or higher for a different value). 'butt' is also accepted as a synonym for 'flat'.</para>
 </listitem>
 <listitem>
-'join=round|mitre|bevel' : join style (defaults to "round", needs GEOS-3.2 or higher for a different value). 'miter' is also accepted as a synonym for 'mitre'.
+<para>'join=round|mitre|bevel' : join style (defaults to "round", needs GEOS-3.2 or higher for a different value). 'miter' is also accepted as a synonym for 'mitre'.</para>
 </listitem>
 <listitem>
-'mitre_limit=#.#' : mitre ratio limit (only affects mitred join style). 'miter_limit' is also accepted as a synonym for 'mitre_limit'.
+<para>'mitre_limit=#.#' : mitre ratio limit (only affects mitred join style). 'miter_limit' is also accepted as a synonym for 'mitre_limit'.</para>
 </listitem>
 </itemizedlist>
                                </para>
index c35313ace95aaa4e74fc16e6aaba20877deb4262..306db3b06caae6d91d26dd451bea823174c44767 100644 (file)
                  <funcsynopsis>
                        <funcprototype>
                          <funcdef>text <function>DisableLongTransactions</function></funcdef>
+                         <paramdef></paramdef>
                        </funcprototype>
                  </funcsynopsis>
                </refsynopsisdiv>
@@ -185,6 +186,7 @@ Long transactions support disabled
                  <funcsynopsis>
                        <funcprototype>
                          <funcdef>text <function>EnableLongTransactions</function></funcdef>
+                         <paramdef></paramdef>
                        </funcprototype>
                  </funcsynopsis>
                </refsynopsisdiv>
index 387318cbbac42f0fafe8fc5ab28a2e25342bd189..35b2c4d1e9c2821424f82f7e4507ee28b7c1dc6d 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
   <sect1 id="PostGIS_Types">
-    <title>PostgreSQL PostGIS Types</title>
     <sect1info>
     <abstract>
     <para>This section lists the PostgreSQL data types installed by PostGIS.  Note we describe the casting behavior of these which is very 
        but no geometry.  What happens is that both functions are equally good to use with geometry since geometry has an autocast for both 
        -- so you end up with an ambiguous function error. To force PostgreSQL to choose, you do a CAST(mygeom As box3d)  or mygeom::box3d.</para>
        
-    <para><note>At least as of PostgreSQL 8.3 - Everything can be CAST to text (presumably because of the magical unknown type), so no defined CASTS for that need to be present for you to CAST an object to text.</note></para>
+    <para><emphasis>At least as of PostgreSQL 8.3</emphasis> - Everything can be CAST to text (presumably because of the magical unknown type), so no defined CASTS for that need to be present for you to CAST an object to text.</para>
     </abstract>
     </sect1info>
+    <title>PostgreSQL PostGIS Types</title>
+
        <refentry id="box2d">
       <refnamediv>
         <refname>box2d</refname>
index d3aad3fea7f12af7847f8e065c3a6b737210f65c..d949013286f1bb031deb04200cebda2226264129 100644 (file)
@@ -365,11 +365,11 @@ The GEOMETRY type calculates a meaningless cartesian distance between Reykjavik
          <para>The new GEOGRAPHY type allows you to store data in longitude/latitude coordinates, but at a cost: there are fewer functions defined on GEOGRAPHY than there are on GEOMETRY; those functions that are defined take more CPU time to execute.</para>
          <para>The type you choose should be conditioned on the expected working area of the application you are building. Will your data span the globe or a large continental area, or is it local to a state, county or municipality? </para>
          <itemizedlist>
-               <listitem>If your data is contained in a small area, you might find that choosing an appropriate projection and using GEOMETRY is the best solution, in terms of performance and functionality available.</listitem>
-               <listitem>If your data is global or covers a continental region, you may find that GEOGRAPHY allows you to build a system without having to worry about projection details. 
-                               You store your data in longitude/latitude, and use the functions that have been defined on GEOGRAPHY.</listitem>
-               <listitem>If you don't understand projections, and you don't want to learn about them, and you're prepared to accept the limitations in functionality available in GEOGRAPHY, then it might be easier for you to use GEOGRAPHY than GEOMETRY. 
-               Simply load your data up as longitude/latitude and go from there.</listitem>
+               <listitem><para>If your data is contained in a small area, you might find that choosing an appropriate projection and using GEOMETRY is the best solution, in terms of performance and functionality available.</para></listitem>
+               <listitem><para>If your data is global or covers a continental region, you may find that GEOGRAPHY allows you to build a system without having to worry about projection details. 
+                               You store your data in longitude/latitude, and use the functions that have been defined on GEOGRAPHY.</para></listitem>
+               <listitem><para>If you don't understand projections, and you don't want to learn about them, and you're prepared to accept the limitations in functionality available in GEOGRAPHY, then it might be easier for you to use GEOGRAPHY than GEOMETRY. 
+               Simply load your data up as longitude/latitude and go from there.</para></listitem>
        </itemizedlist>
        <para>Refer to <xref linkend="PostGIS_TypeFunctionMatrix" /> for compare between
                        what is supported for Geography vs. Geometry.  For a brief listing and description of Geography functions, refer to
index 9efe0f809232fbe9fd2af70bd9591835576359de..6f75cc895218a908ffac6635db9a7c4ffc09fe49 100644 (file)
@@ -36,7 +36,7 @@
                                <xsl:for-each select="refsynopsisdiv/funcsynopsis/funcprototype">\r
                                        <xsl:choose>\r
                                                <xsl:when test="contains(paramdef/type,'geometry set')">\r
-                                                        <listitem><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /></listitem>\r
+                                                        <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /></simpara></listitem>\r
                                                </xsl:when>\r
                                        </xsl:choose>\r
                                </xsl:for-each>\r
@@ -67,7 +67,7 @@
                                                        <xsl:for-each select="para">\r
                                                                <xsl:choose>\r
                                                                        <xsl:when test="contains(.,'implements the SQL/MM')">\r
-                                                                               <listitem><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:value-of select="." /></listitem>\r
+                                                                               <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:value-of select="." /></simpara></listitem>\r
                                                                        </xsl:when>\r
                                                                </xsl:choose>\r
                                                        </xsl:for-each>\r
@@ -98,7 +98,7 @@
                        <!-- If at least one proto function accepts or returns a geography -->\r
                                        <xsl:choose>\r
                                                <xsl:when test="contains(refsynopsisdiv/funcsynopsis,'geography') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'geography')">\r
-                                                       <listitem><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="$comment" /></listitem>\r
+                                                       <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="$comment" /></simpara></listitem>\r
                                                </xsl:when>\r
                                        </xsl:choose>\r
                                </xsl:for-each>\r
                        <!-- If at least one proto function accepts or returns a geography -->\r
                                        <xsl:choose>\r
                                                <xsl:when test="contains(refsynopsisdiv/funcsynopsis,'geometry_dump') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'geometry_dump')">\r
-                                                       <listitem><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="$comment" /></listitem>\r
+                                                       <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="$comment" /></simpara></listitem>\r
                                                </xsl:when>\r
                                        </xsl:choose>\r
                                </xsl:for-each>\r
                        <!-- If at least one proto function accepts or returns a geography -->\r
                                        <xsl:choose>\r
                                                <xsl:when test="contains(refsynopsisdiv/funcsynopsis,'box') or contains(refsynopsisdiv/funcsynopsis/funcprototype/funcdef,'box')">\r
-                                                       <listitem><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="$comment" /></listitem>\r
+                                                       <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="$comment" /></simpara></listitem>\r
                                                </xsl:when>\r
                                        </xsl:choose>\r
                                </xsl:for-each>\r
                                                        <xsl:for-each select="para">\r
                                                                <xsl:choose>\r
                                                                        <xsl:when test="contains(.,'This function supports 3d')">\r
-                                                                               <listitem><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /></listitem>\r
+                                                                               <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /></simpara></listitem>\r
                                                                        </xsl:when>\r
                                                                </xsl:choose>\r
                                                        </xsl:for-each>\r
                                                        <xsl:for-each select="para">\r
                                                                <xsl:choose>\r
                                                                        <xsl:when test="contains(.,'supports Circular Strings')">\r
-                                                                               <listitem><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="$comment" /></listitem>\r
+                                                                               <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="$comment" /></simpara></listitem>\r
                                                                        </xsl:when>\r
                                                                </xsl:choose>\r
                                                        </xsl:for-each>\r
                        <para>Below is an alphabetical listing of spatial specific functions in PostGIS and the kinds of spatial\r
                                types they work with or OGC/SQL compliance they try to conform to.</para>\r
                        <para><itemizedlist>\r
-                               <listitem>A <xsl:value-of select="$matrix_checkmark" disable-output-escaping="yes"/> means the function works with the type or subtype natively.</listitem>\r
-                               <listitem>A <xsl:value-of select="$matrix_transform" disable-output-escaping="yes"/> means it works but with a transform cast built-in using cast to geometry, transform to a "best srid" spatial ref and then cast back. Results may not be as expected for large areas or areas at poles \r
-                                               and may accumulate floating point junk.</listitem>\r
-                               <listitem>A <xsl:value-of select="$matrix_autocast" disable-output-escaping="yes"/> means the function works with the type because of a auto-cast to another such as to box3d rather than direct type support.</listitem>\r
+                               <listitem><simpara>A <xsl:value-of select="$matrix_checkmark" disable-output-escaping="yes"/> means the function works with the type or subtype natively.</simpara></listitem>\r
+                               <listitem><simpara>A <xsl:value-of select="$matrix_transform" disable-output-escaping="yes"/> means it works but with a transform cast built-in using cast to geometry, transform to a "best srid" spatial ref and then cast back. Results may not be as expected for large areas or areas at poles \r
+                                               and may accumulate floating point junk.</simpara></listitem>\r
+                               <listitem><simpara>A <xsl:value-of select="$matrix_autocast" disable-output-escaping="yes"/> means the function works with the type because of a auto-cast to another such as to box3d rather than direct type support.</simpara></listitem>\r
                                </itemizedlist>\r
                        </para>\r
                                \r
                                                                <xsl:for-each select="para">\r
                                                                        <xsl:choose>\r
                                                                                <xsl:when test="contains(.,'Availability: 2.0')">\r
-                                                                                       <listitem><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="." /><xsl:text> </xsl:text> <xsl:value-of select="$comment" /> </listitem>\r
+                                                                                       <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="." /><xsl:text> </xsl:text> <xsl:value-of select="$comment" /></simpara></listitem>\r
                                                                                </xsl:when>\r
                                                                        </xsl:choose>\r
                                                                </xsl:for-each>\r
                                                                <xsl:for-each select="para">\r
                                                                        <xsl:choose>\r
                                                                                <xsl:when test="contains(.,'Availability: 1.5')">\r
-                                                                                       <listitem><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="." /><xsl:text> </xsl:text> <xsl:value-of select="$comment" /> </listitem>\r
+                                                                                       <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refname" /></link> - <xsl:value-of select="." /><xsl:text> </xsl:text> <xsl:value-of select="$comment" /></simpara></listitem>\r
                                                                                </xsl:when>\r
                                                                        </xsl:choose>\r
                                                                </xsl:for-each>\r
                                                                <xsl:for-each select="para|note">\r
                                                                        <xsl:choose>\r
                                                                                <xsl:when test="contains(.,'Availability: 1.4')">\r
-                                                                                       <listitem><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:text> </xsl:text><xsl:value-of select="." /></listitem>\r
+                                                                                       <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:text> </xsl:text><xsl:value-of select="." /></simpara></listitem>\r
                                                                                </xsl:when>\r
                                                                        </xsl:choose>\r
                                                                </xsl:for-each>\r
                                                        <xsl:for-each select="para">\r
                                                                <xsl:choose>\r
                                                                        <xsl:when test="contains(.,'Availability: 1.3')">\r
-                                                                               <listitem><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:text> </xsl:text><xsl:value-of select="." /></listitem>\r
+                                                                               <listitem><simpara><link linkend="{$refid}"><xsl:value-of select="$refid" /></link> - <xsl:value-of select="$comment" /> <xsl:text> </xsl:text><xsl:value-of select="." /></simpara></listitem>\r
                                                                        </xsl:when>\r
                                                                </xsl:choose>\r
                                                        </xsl:for-each>\r