<?xml version="1.0" encoding="UTF-8"?>
<!--
ExportPortletAndPage.xml
-->
<request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="PortalConfig_1.4.xsd"
         type="export">
    <!-- sample for exporting a page with portlet -->
    <portal action="locate">
    	<web-app action="export" 
                 uid="com.ibm.wps.portlets.welcome"/>
        <content-node action="export" 
                      uniquename="ibm.portal.SamplePage"/>
    </portal>
</request>