47 void xml_att_val( 
agent* pAgent, 
char const* pAttribute, 
char const* pValue ) ;
 
   51 void xml_object( 
agent* pAgent, 
char const* pTag, 
char const* pAttribute, 
char const* pValue ) ;
 
   52 void xml_object( 
agent* pAgent, 
char const* pTag, 
char const* pAttribute, uint64_t value ) ;
 
   53 void xml_object( 
agent* pAgent, 
char const* pTag, 
char const* pAttribute, int64_t value ) ;
 
   54 void xml_object( 
agent* pAgent, 
char const* pTag, 
char const* pAttribute, 
double value ) ;
 
   56 #define XML_WME_NO_TIMETAG false