Posted by: spaceufo on: October 31, 2007
$this->parser = xml_parser_create();
if(is_resource($this->parser)){
xml_set_object($this->parser, &$this);
xml_set_element_handler($this->parser, ‘feed_start_element’, ‘feed_end_element’);
xml_set_character_data_handler( $this->parser, ‘feed_cdata’ );
return true;
}
return false;
xml_parser_create
(PHP 3>= 3.0.6, PHP 4 , PHP 5)
xml_parser_create — Create an XML parser
Description
resource xml_parser_create ( [string encoding])
xml_parser_create()
creates a new XML parser and returns a resource handle referencing it to be used by the other XML functions.
xml_parser_create()는 [...]
Posted by: spaceufo on: October 1, 2007
The possible parameters in the request content are the following:
title : The title of the entry. Optional.
excerpt : An excerpt of the entry. Optional.
url : The permalink for the entry. Like any permalink, this should point as closely as possible to the actual entry on the HTML page, as it will be used when linking [...]
Posted by: spaceufo on: September 15, 2007
The Atom Syndication Format
Wiki about Atom(korean)
Atom Syndication Format – Introduction
Examples of Atom 1.0 Feeds
Feed Validator
DeveloperWorks Overview
RSS 2.0 and Atom 1.0 Compared
IETF Charter
Atom Wiki