Index: wordpress/wp-admin/includes/export.php
===================================================================
--- wordpress/wp-admin/includes/export.php	(revision 6377)
+++ wordpress/wp-admin/includes/export.php	(working copy)
@@ -200,7 +200,7 @@
 
 <guid isPermaLink="false"><?php the_guid(); ?></guid>
 <description></description>
-<content:encoded><![CDATA[<?php echo $post->post_content ?>]]></content:encoded>
+<content:encoded><![CDATA[<?php echo apply_filters('the_content_export', $post->post_content); ?>]]></content:encoded>
 <wp:post_id><?php echo $post->ID; ?></wp:post_id>
 <wp:post_date><?php echo $post->post_date; ?></wp:post_date>
 <wp:post_date_gmt><?php echo $post->post_date_gmt; ?></wp:post_date_gmt>

