]> granicus.if.org Git - postgis/commitdiff
Apparently, the <inlinegraphic> will become deprecated in a future version of DocBook...
authorKevin Neufeld <kneufeld.ca@gmail.com>
Wed, 16 Jul 2008 04:54:20 +0000 (04:54 +0000)
committerKevin Neufeld <kneufeld.ca@gmail.com>
Wed, 16 Jul 2008 04:54:20 +0000 (04:54 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2859 b70326c6-7e19-0410-871a-916f4a2858ee

doc/template.xml

index d9b9be68a2e3f5b9b0e703364dd2b2c5f3fde49e..20dae197ca003daa2e12888a50a895bb518ecf18 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <refentry id="ST_MyMethod">
-
   <refnamediv>
     <refname>ST_MyMethod</refname>
 
       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 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 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><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>
 
     <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