mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Spelling fix
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/xml2.sgml,v 1.4.2.1 2008/05/08 16:49:48 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/xml2.sgml,v 1.4.2.2 2010/07/27 18:55:44 petere Exp $ -->
|
||||||
|
|
||||||
<sect1 id="xml2">
|
<sect1 id="xml2">
|
||||||
<title>xml2</title>
|
<title>xml2</title>
|
||||||
@ -385,7 +385,7 @@ WHERE t.author_id = p.person_id;
|
|||||||
</synopsis>
|
</synopsis>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This function appplies the XSL stylesheet to the document and returns
|
This function applies the XSL stylesheet to the document and returns
|
||||||
the transformed result. The paramlist is a list of parameter
|
the transformed result. The paramlist is a list of parameter
|
||||||
assignments to be used in the transformation, specified in the form
|
assignments to be used in the transformation, specified in the form
|
||||||
<literal>a=1,b=2</>. Note that the
|
<literal>a=1,b=2</>. Note that the
|
||||||
|
Reference in New Issue
Block a user