projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bdd3b8
)
Spelling fix
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 27 Jul 2010 18:55:22 +0000
(18:55 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 27 Jul 2010 18:55:22 +0000
(18:55 +0000)
contrib/xml2/README.xml2
patch
|
blob
|
blame
|
history
diff --git
a/contrib/xml2/README.xml2
b/contrib/xml2/README.xml2
index c2e71703860f7bb7a1e2d2c4231370a2781324f8..fad95d74b3a5d39fadaace83bd084ed31aaf995f 100644
(file)
--- a/
contrib/xml2/README.xml2
+++ b/
contrib/xml2/README.xml2
@@
-240,7
+240,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