[#BloombergLP-balxml-Decoder-open-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder.adoc[Decoder]::open :relfileprefix: ../../../ :mrdocs: Open the reader to decode XML from the file with the specified `filename`. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int open(char const* filename); ---- == Description Open the associated `Reader` object (see `Reader::open`) to read XML data from the file with the specified `filename`. Return 0 on success and non‐zero otherwise. == Return Value 0 on success and non‐zero otherwise == Parameters [cols="1,4"] |=== | Name| Description | *filename* | path of the XML file to open |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#