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