doc: change SGML markup "figure" to "example"

Reported-by: Jürgen Purtz

Discussion: https://postgr.es/m/709d7809-d7f4-8175-47f3-4d131341bba8@purtz.de

Author: Jürgen Purtz

Backpatch-through: 9.5
This commit is contained in:
Bruce Momjian 2020-04-20 21:41:13 -04:00
parent 212e712a5e
commit 71ae1a89d2

View File

@ -11598,7 +11598,7 @@ table2-mapping
converted into other XML-based formats. converted into other XML-based formats.
</para> </para>
<figure id="xslt-xml-html"> <example id="xslt-xml-html">
<title>XSLT Stylesheet for Converting SQL/XML Output to HTML</title> <title>XSLT Stylesheet for Converting SQL/XML Output to HTML</title>
<programlisting><![CDATA[ <programlisting><![CDATA[
<?xml version="1.0"?> <?xml version="1.0"?>
@ -11646,7 +11646,7 @@ table2-mapping
</xsl:stylesheet> </xsl:stylesheet>
]]></programlisting> ]]></programlisting>
</figure> </example>
</sect2> </sect2>
</sect1> </sect1>