[#BloombergLP-balxml-EncodingStyle-Value] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/EncodingStyle.adoc[EncodingStyle]::Value :relfileprefix: ../../../ :mrdocs: Enumerators describing XML encoding style. == Synopsis Declared in `<balxml_encodingstyle.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Value; ---- == Members [cols="1,4"] |=== | Name| Description | `COMPACT` | Compact encoding style with minimal whitespace. | `PRETTY` | Pretty encoding style with indentation and line breaks. | `e_COMPACT` | Deprecated alias for `COMPACT`. | `e_PRETTY` | Deprecated alias for `PRETTY`. | `BAEXML_COMPACT` | Deprecated alias for `COMPACT`. | `BAEXML_PRETTY` | Deprecated alias for `PRETTY`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#