|
| |
 |
| |
Mimpi
Resort Jimbaran is a secluded "village" of 14 studios,
6 duplex apartments and the luxurious Villa Mira nestled on top of
the hill overlooking beautiful Jimbaran Bay. All duplex apartments
and 7 of the studio apartments come complete with full service kitchen
facilities - ideal for families and long staying visitors to Bali.
Jimbaran's central location makes it the perfect choice as interim
stop on the way to Tulamben or Menjangan Island or to explore Bali's
majestic temples, play 18 holes of golf or take in the night life
of Kuta - all of Bali's attractions.
The Mimpi Resort Jimbaran's unique and tranquil setting offers
spectacular sunrises and romantic sunsets. Wander around Mimpi's lush
gardens, get active and play a game of tennis, dine at the all-day
dining room or simply relax at the poolside. Whatever your idea of
the perfect holiday, Mimpi Resort Jimbaran's professional staff is
always at hand, eager to help you enjoy your stay.
Accommodation
Studios without Kitchen, Studios with Kitchen, 1-Bedroom Apartments,
2-Bedroom Apartments, 3-Bedroom Apartments, Villa Mira
Room Facilities
Air-conditioning, Private shower and bath, Minibar,Satellite TV
Hotel Facilities
Swimming pool
Tennis courts (2 - asphalt)
Drugstore
Free airport shuttle
Free shuttle to Nusa Dua & Kuta
International telephone access
Babysitter available on request
Television with international satellite channels |
|
| |
|
|
| |
|
|
| |
|
|
| |

top |
|
|
| Bali
News |
";
$url = str_replace("", $KEYWORDS, $url);
print "";
flush();
class SimpleXmlParser{
var $SimpleParser;
var $feedUrl;
var $title = "";
var $description = "";
var $link = "";
var $author="";
var $pubDate="";
var $insideitem = false;
var $tag = "";
var $count_results = 0;
var $total_results = 0;
function SimpleXmlParser($MyFeed, $results) {
$this->total_results = $results;
$this->SimpleParser = xml_parser_create();
$this->feedUrl=$MyFeed;
xml_set_object($this->SimpleParser,$this);
xml_set_element_handler($this->SimpleParser, "XmlParserFirstElement", "XmlParserendElement");
xml_set_character_data_handler($this->SimpleParser, "characterData");
$this->ParseFeed(); // Call to Parser Function
}
function XmlParserFirstElement($parser, $tagName, $attrs) {
if ($this->insideitem) {
$this->tag = $tagName;
} elseif ($tagName == "ITEM") {
$this->insideitem = true;
}
}
function XmlParserendElement($parser, $tagName) {
//The Function Will be called, when ever the XML_PARSER Encounters a end Tag, in the XML File
if ($tagName == "ITEM") {
if ($this->count_results < $this->total_results) {
print " link . "\">";
print htmlspecialchars(trim($this->title));
print " ";
print htmlspecialchars(trim($this->description)) . " ";
$this->title = "";
$this->description = "";
$this->link = "";
$this->insideitem = false;
}
$this->count_results = $this->count_results + 1;
}
}
function characterData($parser, $data) {
if ($this->insideitem) {
switch ($this->tag) {
case "TITLE":
$this->title .= $data;
break;
case "DESCRIPTION":
$this->description .= $data;
break;
case "LINK":
$this->link .= $data;
$pos = strpos($this->link, "*");
if (!($pos === false)) {
$this->link = substr($this->link , $pos + 1, 300);
}
$this->link = trim($this->link);
$pos = strpos($this->link, "//");
if (!($pos === false)) {
$this->link = substr($this->link , $pos + 2, 300);
}
break;
}
}
}
function ParseFeed(){
$data=str_replace("’", "'",$data);
$data=str_replace("-–","-",$data);
$data=str_replace("“","'",$data); $data=str_replace("”","'",$data);
$data = file_get_contents($this->feedUrl);
xml_parse($this->SimpleParser, $data);
xml_parser_free($this->SimpleParser);
}
}
$XMLpar = new SimpleXmlParser($url, $QTY);
print " "
?>
more Bali news ... |
|