<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: watch point in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308654#M505326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use: It is used to stop proc when a varible/fld will get a specific value at Run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter into the debugger mode&lt;/P&gt;&lt;P&gt;click on watch point&lt;/P&gt;&lt;P&gt;enter fld/varialbe&lt;/P&gt;&lt;P&gt;enter equality operator (equal default)&lt;/P&gt;&lt;P&gt;enter value.&lt;/P&gt;&lt;P&gt;Press F8 " Now it will stopp at command where fdl has user given value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2007 11:55:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-17T11:55:07Z</dc:date>
    <item>
      <title>watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308647#M505319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     please give me info regarding watch points ..how r they used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 10:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308647#M505319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T10:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308648#M505320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;Watchpoint&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For watchpoints, we need to give some condition and when this condition is satisfied, program will stop &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : if you want to debug only &lt;/P&gt;&lt;P&gt;for matnr value 100 than set watch point&lt;/P&gt;&lt;P&gt;matnr = 100. when value reaches 100 than&lt;/P&gt;&lt;P&gt;program stops at that point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 10:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308648#M505320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T10:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308649#M505321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch point are used to put logical break point for a certain condition..Example..If you want to know when the internal table is getting append..Then you have to give the program name and the internal table in the watch point..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to create a watch point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start debugging '/H'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the debugging screen press the create watch point button in the application tool bar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program give the program name..&lt;/P&gt;&lt;P&gt;in the field give the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the relational operator given '='&lt;/P&gt;&lt;P&gt;In the comp. field/value give the value ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 10:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308649#M505321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T10:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308650#M505322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch point are used to put logical break point for a certain condition..Example..If you want to know when the internal table is getting append..Then you have to give the program name and the internal table in the watch point..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to create a watch point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start debugging '/H'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the debugging screen press the create watch point button in the application tool bar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program give the program name..&lt;/P&gt;&lt;P&gt;in the field give the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the relational operator given '='&lt;/P&gt;&lt;P&gt;In the comp. field/value give the value ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For More Info,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cbee68c11d2b2ab080009b43351/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 10:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308650#M505322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T10:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308651#M505323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set watchpoints: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose Debug ® Edit Breakpoints. &lt;/P&gt;&lt;P&gt;Select the Data tab page &lt;/P&gt;&lt;P&gt;Double-click on the next blank line in the list box and enter the name of a variable ].&lt;/P&gt;&lt;P&gt;When the value of this variable or array element is modified during program execution, an implicit breakpoint is set. This interrupts the program and passes control to the debugger. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you enter xyz in the dialog and this is the name of the array, an attempt to modify any element of the array causes the watchpoint to be hit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you set a watchpoint for xyz, attempts to change the values of xyz[1], xyz[2], xyz[3] or any other element in the array all cause the watchpoint to be hit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you set a watchpoint for a.b.c, this detects any changes made to a[1].b.c, a[2].b.c and so on. If you only want to monitor the element a[1].b.c (and no other a[*].b.c element), you must specify a[1].b.c explicitly as the watchpoint name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If required, you can define a context for a watchpoint by specifying a function or file name. &lt;/P&gt;&lt;P&gt;The context acts as an additional filter, which specifies that a watchpoint is active only within the specified function or file. This means that any changes made to the variable in any other function or file are ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose OK. &lt;/P&gt;&lt;P&gt;To edit watchpoints you have set: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose Debug ® Edit Breakpoints. &lt;/P&gt;&lt;P&gt;Select the Data tab page. &lt;/P&gt;&lt;P&gt;To enable or disable watchpoints, select or deselect them in the list &lt;/P&gt;&lt;P&gt;To delete a single watchpoint, select it and choose Remove &lt;/P&gt;&lt;P&gt;To delete all watchpoints, choose Remove All &lt;/P&gt;&lt;P&gt;Choose OK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 10:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308651#M505323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T10:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308652#M505324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sipra&lt;/P&gt;&lt;P&gt;           can i give relation other than '=' 'or' between fields?&lt;/P&gt;&lt;P&gt;           can i give condition to one field?...like bukrs = s111&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 11:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308652#M505324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T11:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308653#M505325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Some more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watchpoints  &lt;/P&gt;&lt;P&gt;Like a breakpoint, a watchpoint is an indicator in a program that tells the ABAP runtime processor to interrupt the program at a particular point. Unlike breakpoints, however, watchpoints are not activated until the contents of a specified field change. Watchpoints, like dynamic breakpoints, are user-specific, and so do not affect other users running the same program. You can only define watchpoints in the Debugger.&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;You set watchpoints in the Debugger to monitor the contents of specific fields. They inform you when the value of a field changes. When the value changes, the Debugger interrupts the program.&lt;/P&gt;&lt;P&gt;  Changing Watchpoints  &lt;/P&gt;&lt;P&gt;1.	Choose Goto &amp;amp;#61614; Control debugging &amp;amp;#61614; Watchpoints or the Watchpoints pushbutton to display the watchpoint list. The following dialog box appears: &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;2.	Choose the pencil icon in the line containing the watchpoint you want to change. &lt;/P&gt;&lt;P&gt;3.	Change the watchpoint attributes in the Create/Change Watchpoint.&lt;/P&gt;&lt;P&gt;3.	Choose ENTER .&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  Deleting Watchpoints&lt;/P&gt;&lt;P&gt;You cannot delete watchpoints by choosing Breakpoint &amp;amp;#61614; Delete or Breakpoint &amp;amp;#61614; Deactivate/activate. Instead, proceed as follows:&lt;/P&gt;&lt;P&gt;1.	Choose Goto &amp;amp;#61614; Control debugging &amp;amp;#61614; Watchpoints or the Watchpoints pushbutton to display the watchpoint list. &lt;/P&gt;&lt;P&gt;2.	Choose the trashcan icon in the line containing the watchpoint you want to delete.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Memory Monitoring with Watchpoints  &lt;/P&gt;&lt;P&gt;You can use watchpoints to display changes to the references of strings, data and object references, and internal tables. By placing an ampersand (&amp;amp;) in front of the object name, you can display the reference in question in hexadecimal format. With internal tables, you can also display the table header by placing an asterisk (*) at the beginning of the name. &lt;/P&gt;&lt;P&gt;&amp;amp;objectname	Displays the references of strings, internal tables as well as data and object references&lt;/P&gt;&lt;P&gt;*itab	Displays the table header of the internal table itab&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If a watchpoint is set for the object in question at runtime, the program is stopped as soon as the reference is changed. A short dump can be intercepted in this way to stop the program being terminated when the memory is overwritten.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 11:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308653#M505325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T11:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308654#M505326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use: It is used to stop proc when a varible/fld will get a specific value at Run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter into the debugger mode&lt;/P&gt;&lt;P&gt;click on watch point&lt;/P&gt;&lt;P&gt;enter fld/varialbe&lt;/P&gt;&lt;P&gt;enter equality operator (equal default)&lt;/P&gt;&lt;P&gt;enter value.&lt;/P&gt;&lt;P&gt;Press F8 " Now it will stopp at command where fdl has user given value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 11:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308654#M505326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T11:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308655#M505327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rama&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;           i have created a watch point for a field of a internal table and when i clicked the execute button it is giving me the final output without giving me any info regarding the watch point created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 11:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308655#M505327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T11:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308656#M505328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;check out this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c6/617cdce68c11d2b2ab080009b43351/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 12:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308656#M505328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T12:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308657#M505329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever a value is given to a variable and when executing if that value comes then it will stop the execution at that position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter into the debugger mode&lt;/P&gt;&lt;P&gt;click on watch point&lt;/P&gt;&lt;P&gt;enter fld/varialbe&lt;/P&gt;&lt;P&gt;enter equality operator (equal default)&lt;/P&gt;&lt;P&gt;enter value.&lt;/P&gt;&lt;P&gt;Press F8 " Now it will stopp at command where fdl has user given value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 12:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308657#M505329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T12:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: watch point</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308658#M505330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;watch points are some conditions based on which we can test whether particular variable is having which value [ whether it is having reqiured value or not ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navigation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter into the debugger mode by givinh /h in command box&lt;/P&gt;&lt;P&gt;click on watch point&lt;/P&gt;&lt;P&gt;enter fld/varialbe&lt;/P&gt;&lt;P&gt;enter equality operator (equal default)&lt;/P&gt;&lt;P&gt;enter value.&lt;/P&gt;&lt;P&gt;Press F8 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that u can test the value of that particular variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 12:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/watch-point/m-p/2308658#M505330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T12:21:13Z</dc:date>
    </item>
  </channel>
</rss>

