[postgis-commits] svn - r2859 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Jul 15 21:54:20 PDT 2008


Author: kneufeld
Date: 2008-07-15 21:54:20 -0700 (Tue, 15 Jul 2008)
New Revision: 2859

Modified:
   trunk/doc/template.xml
Log:
Apparently, the <inlinegraphic> will become deprecated in a future version of DocBook.  Now replaced with <inlinemediaobject>.  

Modified: trunk/doc/template.xml
===================================================================
--- trunk/doc/template.xml	2008-07-15 21:20:32 UTC (rev 2858)
+++ trunk/doc/template.xml	2008-07-16 04:54:20 UTC (rev 2859)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <refentry id="ST_MyMethod">
-
   <refnamediv>
     <refname>ST_MyMethod</refname>
 
@@ -37,20 +36,22 @@
       geometries.</para>
     </note>
 
-    <!-- optionally mention OpenGIS compliancy if appropriate -->
-    <para>
-      <inlinegraphic class="sfs_compliant" fileref="images/check.png" />
-      This method implements the
-      <ulink url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple
-      Features Implementation Specification for SQL</ulink>
-    </para>
+    <!-- Optionally mention OpenGIS compliancy if appropriate -->
+    <para><inlinemediaobject>
+        <imageobject>
+          <imagedata fileref="images/check.png" />
+        </imageobject>
+      </inlinemediaobject> This method implements the <ulink
+    url="http://www.opengeospatial.org/standards/sfs">OpenGIS Simple Features
+    Implementation Specification for SQL.</ulink></para>
 
-    <!-- optionally mention SQL/MM compliancy if appropriate -->
-    <para>
-      <inlinegraphic class="sql_mm_compliant" fileref="images/check.png" />
-      This method implements the SQL/MM specification: SQL-MM 3: 5.1.23
-    </para> 
-
+    <!-- Optionally mention SQL/MM compliancy if appropriate -->
+    <para><inlinemediaobject>
+        <imageobject>
+          <imagedata fileref="images/check.png" />
+        </imageobject>
+      </inlinemediaobject> This method implements the SQL/MM specification:
+    SQL-MM 3: 5.1.23</para>
   </refsection>
 
   <refsection>
@@ -58,12 +59,11 @@
 
     <programlisting></programlisting>
   </refsection>
-  
+
   <!-- Optionally add a "See Also" section -->
   <refsection>
     <title>See Also</title>
 
-    <para><xref linkend="ST_MyMethod2"/>, ...</para>
+    <para><xref linkend="ST_MyMethod2" />, ...</para>
   </refsection>
-  
 </refentry>
\ No newline at end of file



More information about the postgis-commits mailing list