Wednesday, July 29, 2009

Generate XML from the Rowset

   Local PSXP_XMLGEN:RowSetDS &ds = create PSXP_XMLGEN:RowSetDS();
   Local string &xml;
   &xml = &ds.getXMLData(GetLevel0(), "");
   WinMessage(&xml);

No comments:

Post a Comment