提交 3dfa0fae authored 作者: Thomas Mueller's avatar Thomas Mueller

XMLTEXT now supports an optional parameter to escape newlines. XMLNODE now…

XMLTEXT now supports an optional parameter to escape newlines. XMLNODE now support an optional parameter to disable indentation.
上级 f1c67e0d
...@@ -3108,7 +3108,7 @@ CALL XMLNODE('a', XMLATTR('href', 'http://h2database.com')) ...@@ -3108,7 +3108,7 @@ CALL XMLNODE('a', XMLATTR('href', 'http://h2database.com'))
" "
"Functions (String)","XMLNODE"," "Functions (String)","XMLNODE","
XMLNODE(elementString [, attributesString [, contentString [, indentBoolean]]) XMLNODE(elementString [, attributesString [, contentString [, indentBoolean]]])
"," ","
Create an XML node element. Create an XML node element.
An empty or null attribute string means no attributes are set. An empty or null attribute string means no attributes are set.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论