diff options
-rw-r--r-- | doc/src/sgml/xml2.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/xml2.sgml b/doc/src/sgml/xml2.sgml index 392a5b24cd2..98486af909f 100644 --- a/doc/src/sgml/xml2.sgml +++ b/doc/src/sgml/xml2.sgml @@ -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"> <title>xml2</title> @@ -385,7 +385,7 @@ WHERE t.author_id = p.person_id; </synopsis> <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 assignments to be used in the transformation, specified in the form <literal>a=1,b=2</>. Note that the |