ok it seems not to be working when I save the code as displayed on the http://expressionengine.com/wiki/Export_Entries/ page.
I have done this for step one;
<?php
global $IN;
$IN->QSTR = '{embed:the_entry_id}'
?>
{exp:comment:entries weblog="mmi_weblog" sort="asc"}COMMENT:
AUTHOR: {name}
URL: {url}
DATE: {comment_date format="%m/%d/%Y %h:%i:%s %A"}
{comment}
-----
{/exp:comment:entries}
And this for step two;
{exp:weblog:entries weblog="mmi_weblog" limit="999" rdf="off"}
AUTHOR: {author}
TITLE: {title}
STATUS: Publish
ALLOW COMMENTS: 2
CONVERT BREAKS: br
{categories}CATEGORY: {category_name}
{/categories}
DATE: {entry_date format='%m/%d/%Y %h:%i:%s %A'}
-----
BODY:
{body}
-----
EXTENDED BODY:
{extended}
-----
{embed="export/comments" the_entry_id="{entry_id}"}
--------
{/exp:weblog:entries}
I am getting somethings to export but no excerpt and quite a few posts are missing the body.
Example of code;
AUTHOR: Todd Rhoades
TITLE: Official Summer Hiatus…
STATUS: Publish
ALLOW COMMENTS: 2
CONVERT BREAKS: br
DATE: 06/16/2009 07:10:00 AM
-----
BODY:
-----
EXTENDED BODY:
-----
<?php
global $IN;
$IN->QSTR = '9159'
?>
--------
And the clients site is http://mondaymorninginsight.com/index.php so you can see the first post has the content there.