NAME
calypso_intercode_to_xml_ins.c
DESCRIPTION
Translation of INTERCODE types to XML, large footprint implementation for PC
COPYRIGHT
(c) 2008 PRO ACTIVE SAS - See LICENCE.txt for licence information
AUTHOR
Johann Dantant / PRO ACTIVE
HISTORY
JDA 21/10/2008 : first public release
NAME
CalypsoClearOutput
DESCRIPTION
Terminate the parser created by either CalypsoSetXmlOutput or CalypsoSetIniOutput
INPUTS
CALYPSO_CTX_ST *ctx : library context
RETURNS
DWORD : S_SUCCESS or an error code
NAME
CalypsoSetIniOutput
DESCRIPTION
Instanciate a parser object with INI output
INPUTS
CALYPSO_CTX_ST *ctx : library context const char *filename : target INI file
RETURNS
DWORD : S_SUCCESS or an error code
SEE ALSO
CalypsoClearOutput CalypsoSetIniOutputStr
NAME
CalypsoSetIniOutputStr
DESCRIPTION
Same as CalypsoSetIniOutput, but the INI output is constructed in memory instead of being written in a file
INPUTS
CALYPSO_CTX_ST *ctx : library context char *target : buffer to receive the INI text DWORD length : size of target buffer
RETURNS
DWORD : S_SUCCESS or an error code
SEE ALSO
CalypsoClearOutput
NAME
CalypsoSetXmlOutput
DESCRIPTION
Instanciate a parser object with XML output
INPUTS
CALYPSO_CTX_ST *ctx : library context const char *filename : target XML file
RETURNS
DWORD : S_SUCCESS or an error code
SEE ALSO
CalypsoClearOutput CalypsoSetXmlOutputStr
NAME
CalypsoSetXmlOutputStr
DESCRIPTION
Same as CalypsoSetXmlOutput, but the XML output is constructed in memory instead of being written in a file
INPUTS
CALYPSO_CTX_ST *ctx : library context char *target : buffer to receive the XML text DWORD length : size of target buffer
RETURNS
DWORD : S_SUCCESS or an error code
SEE ALSO
CalypsoClearOutput