";
if (!empty($categories)) {
//echo '';
//print_r($category);
//print_r($alc_api_options);
//echo '';
foreach ($categories as $category) {
$XML .= "";
$XML .= "" . $category->term_id . "";
$XML .= "" . $category->name . "";
$XML .= "";
if (!empty($category->description)) {
$XML .="description . "]]>";
}
$XML .= "";
if ($category->category_parent > 0) {
$XML .= "" . $category->category_parent . "";
}
$XML .= "";
}
}
$XML .= "";
return $XML;
}
?>