#include LIB_GADGET_START Main String XML, body; Stack{ Store ( XML, Parser( "root", "", Parser( "element", "","Some text here", NORMAL_TAG), NORMAL_TAG) ); } Stack_off; body = Multi_copy( body,"", XML, NULL); Print "%s\n", body; Free secure XML, body; End