Program2.0

Posts Tagged ‘xml

RSS(XML) reading process

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()는 [...]

When send a TrackBack Ping

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 [...]

Links about Atom format

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

Tags: ,

Spaceufo’s Twitter

Social code

Site Meter
Join My Community at MyBloglog!Add to Technorati Favoritesfree web stats Blog Ratings
My BlogCatalog BlogRank
마가린 바르기 bookmarkr.net metags WZD.com 네이버에 북마크 다음에 북마크 HanRSS에 북마크하기 이올린에 북마크하기 Pumfit에 글 올리기 del.icio.us에 북마크하기
Bookmark and Share