* This file contains defintions common to the xml parser and encoder ...
#define APP_XML_TAG_OPEN_PREFIX "<" #define APP_XML_TAG_CLOSE_PREFIX "</" #define APP_XML_TAG_SUFFIX ">" #define APP_XML_CR "\n" #define APP_XML_TAG_SUFFIX_CR APP_XML ...