<?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 ODS PDF Remove  addtional space on top in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Remove-addtional-space-on-top/m-p/63447#M7442</link>
    <description>Hi,&lt;BR /&gt;
        I have made top margin = 0 in in option statement. I still got a lot of space on the top, which I would like to use. Kindly explain me what is the option to reclaim the top space.&lt;BR /&gt;
             I have posted my code.  Just have to change pdf file location.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Amit&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
options nodate nonumber orientation=landscape;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
 data data1;&lt;BR /&gt;
input country $	metric1	pene;&lt;BR /&gt;
datalines;&lt;BR /&gt;
CAN	161	55&lt;BR /&gt;
AUS	679	74&lt;BR /&gt;
NZL	97	70&lt;BR /&gt;
UK	272	57&lt;BR /&gt;
MEX	479	49&lt;BR /&gt;
JPN	844	97&lt;BR /&gt;
ITA	298	58&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
goptions reset=all device=pdfc ftext="swissb"; &lt;BR /&gt;
options leftmargin="0 in" topmargin="0 in" rightmargin="0 in";&lt;BR /&gt;
ods pdf file='C:\Documents and Settings\Desktop\report.pdf' &lt;BR /&gt;
notoc ;&lt;BR /&gt;
ods pdf StartPage=Never;&lt;BR /&gt;
ods escapechar='~';&lt;BR /&gt;
title;&lt;BR /&gt;
footnote;&lt;BR /&gt;
ODS layout start;&lt;BR /&gt;
ODS region x=4 in y=0.5 in height = 0.5 in width = 10 in;&lt;BR /&gt;
ODS pdf text ="  CUSTOME~mR METRICS OVERVIEW &lt;BR /&gt;
              ~-2n Markets ~-2nOctober 2008";&lt;BR /&gt;
&lt;BR /&gt;
ODS region x=0 in y=1 in height = 2 in width = 2.75 in;&lt;BR /&gt;
goptions htext=18pt ctext=black;&lt;BR /&gt;
goptions cback=white;&lt;BR /&gt;
axis1 label=none minor=(n=3)order=(0 to 1000 by 200);&lt;BR /&gt;
axis2 label=none order=(0 to 100 by 20) minor=(n=1);&lt;BR /&gt;
pattern1 v=solid color=cx17588A; &lt;BR /&gt;
*pattern1 v=solid color=cx006699; &lt;BR /&gt;
symbol1 v=dot i=join c=blue h=1;&lt;BR /&gt;
title1 "metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=2.5 in y=1 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=5 in y=1 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=7.5 in y=1 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
ODS region x=0 in y=3.5in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=2.5 in y=3.5 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=5 in y=3.5 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=7.5 in y=3.5 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
ODS region x=0 in y=6 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=2.5 in y=6 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=5 in y=6 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=7.5 in y=6 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods layout end;&lt;BR /&gt;
ods pdf StartPage=now;&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
ods listing;</description>
    <pubDate>Fri, 28 Nov 2008 19:36:26 GMT</pubDate>
    <dc:creator>AmitKB</dc:creator>
    <dc:date>2008-11-28T19:36:26Z</dc:date>
    <item>
      <title>ODS PDF Remove  addtional space on top</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Remove-addtional-space-on-top/m-p/63447#M7442</link>
      <description>Hi,&lt;BR /&gt;
        I have made top margin = 0 in in option statement. I still got a lot of space on the top, which I would like to use. Kindly explain me what is the option to reclaim the top space.&lt;BR /&gt;
             I have posted my code.  Just have to change pdf file location.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Amit&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
options nodate nonumber orientation=landscape;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
 data data1;&lt;BR /&gt;
input country $	metric1	pene;&lt;BR /&gt;
datalines;&lt;BR /&gt;
CAN	161	55&lt;BR /&gt;
AUS	679	74&lt;BR /&gt;
NZL	97	70&lt;BR /&gt;
UK	272	57&lt;BR /&gt;
MEX	479	49&lt;BR /&gt;
JPN	844	97&lt;BR /&gt;
ITA	298	58&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
goptions reset=all device=pdfc ftext="swissb"; &lt;BR /&gt;
options leftmargin="0 in" topmargin="0 in" rightmargin="0 in";&lt;BR /&gt;
ods pdf file='C:\Documents and Settings\Desktop\report.pdf' &lt;BR /&gt;
notoc ;&lt;BR /&gt;
ods pdf StartPage=Never;&lt;BR /&gt;
ods escapechar='~';&lt;BR /&gt;
title;&lt;BR /&gt;
footnote;&lt;BR /&gt;
ODS layout start;&lt;BR /&gt;
ODS region x=4 in y=0.5 in height = 0.5 in width = 10 in;&lt;BR /&gt;
ODS pdf text ="  CUSTOME~mR METRICS OVERVIEW &lt;BR /&gt;
              ~-2n Markets ~-2nOctober 2008";&lt;BR /&gt;
&lt;BR /&gt;
ODS region x=0 in y=1 in height = 2 in width = 2.75 in;&lt;BR /&gt;
goptions htext=18pt ctext=black;&lt;BR /&gt;
goptions cback=white;&lt;BR /&gt;
axis1 label=none minor=(n=3)order=(0 to 1000 by 200);&lt;BR /&gt;
axis2 label=none order=(0 to 100 by 20) minor=(n=1);&lt;BR /&gt;
pattern1 v=solid color=cx17588A; &lt;BR /&gt;
*pattern1 v=solid color=cx006699; &lt;BR /&gt;
symbol1 v=dot i=join c=blue h=1;&lt;BR /&gt;
title1 "metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=2.5 in y=1 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=5 in y=1 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=7.5 in y=1 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
ODS region x=0 in y=3.5in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=2.5 in y=3.5 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=5 in y=3.5 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=7.5 in y=3.5 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
ODS region x=0 in y=6 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=2.5 in y=6 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=5 in y=6 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS region x=7.5 in y=6 in height = 2 in width = 2.75 in;&lt;BR /&gt;
title1 "  metric1 (000's) / PENETRATION (%)";&lt;BR /&gt;
proc gbarline data=data1;&lt;BR /&gt;
bar country / axis=axis1&lt;BR /&gt;
 sumvar=metric1 &lt;BR /&gt;
midpoints="CAN" "AUS" "NZL" "UK" "MEX" "JPN" "ITA"&lt;BR /&gt;
discrete  width=7.5 &lt;BR /&gt;
;&lt;BR /&gt;
plot / sumvar=pene axis=axis2;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods layout end;&lt;BR /&gt;
ods pdf StartPage=now;&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
ods listing;</description>
      <pubDate>Fri, 28 Nov 2008 19:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Remove-addtional-space-on-top/m-p/63447#M7442</guid>
      <dc:creator>AmitKB</dc:creator>
      <dc:date>2008-11-28T19:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Remove  addtional space on top</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Remove-addtional-space-on-top/m-p/63448#M7443</link>
      <description>Hi:&lt;BR /&gt;
  It could be an interaction between ODS LAYOUT (which is experimental), your graphics driver and/or the print driver or universal print settings for your session.&lt;BR /&gt;
 &lt;BR /&gt;
  This kind of question should be directed at SAS Tech Support, as they can investigate all the possibilities that might be affecting your session and your output file.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 28 Nov 2008 23:20:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Remove-addtional-space-on-top/m-p/63448#M7443</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-11-28T23:20:28Z</dc:date>
    </item>
  </channel>
</rss>

