<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3268" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><PRE>Hi,</PRE><PRE>I have this lines of dtml methods.</PRE><PRE>&lt;dtml-call "REQUEST.set('xx', _.getitem('080211'))"&gt;</PRE><PRE>&lt;dtml-var "xx.propertyItems()"&gt;</PRE><PRE>Which rendered these Keys:Values below</PRE><PRE>[('title', "The man Wants Refinery For Living"), </PRE><PRE>('lastEditDate', DateTime('2008/02/11 11:49:26.254 US/Eastern')), </PRE><PRE>('EpozDocumentTemplate', ''), ('author', 'By Chesal Chesal'), </PRE><PRE>('summary', "He has directed that further investment in private refineries be targeted at the axis which consumes 15 million litres of fuel per day, more than half the country's total.")]
</PRE><PRE>Please, how do I extract each key with its corresponding value. For example title : The man Wants Refinery For Living.</PRE><PRE>Thanks</PRE><PRE>kamal</PRE></DIV></BODY></HTML>