projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d3301
)
Spelling fix
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 27 Jul 2010 18:55:01 +0000
(18:55 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 27 Jul 2010 18:55:01 +0000
(18:55 +0000)
contrib/xml2/README.xml2
patch
|
blob
|
history
diff --git
a/contrib/xml2/README.xml2
b/contrib/xml2/README.xml2
index 79acbd8a166a2b5686b1bf4da24638d146a3e964..6bba227cb8843024ff38e12fb3fb59cfad715d0f 100644
(file)
--- a/
contrib/xml2/README.xml2
+++ b/
contrib/xml2/README.xml2
@@
-159,7
+159,7
@@
Makefile)
xslt_process(document,stylesheet,paramlist) RETURNS text
-This function app
p
lies 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
'a=1,b=2'. Note that this is also proof-of-concept code and the