PhoenixmlDb.XQuery
OutputMethod
Output serialization method for .
#OutputMethod
Namespace: PhoenixmlDb.XQuery
Output serialization method for .
#Fields
| Name | Description |
|---|---|
Adaptive
|
Automatically choose XML for nodes, text for atomic values. |
Html
|
Serialize as HTML. |
Json
|
Serialize as JSON. |
Text
|
Always serialize as text (string values only). |
Xhtml
|
Serialize as XHTML (XML well-formedness with HTML-compatibility rules). |
Xml
|
Always serialize as XML. |