Export Products To XML – Magento

setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID); //echo getcwd(); $_urlPath = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB); $_imagePath = $_urlPath . "media"; $_logFileName = getcwd()."export_products.log"; $_xmlPath = getcwd()."/var/export"; $xmlFile = $_xmlPath . "/" . "productexport.xml"; $doc = new DomDocument('1.0', 'UTF-8'); $doc->preserveWhiteSpace…