-
xml to html help1
Hi, I am new to blogging and xml, please help me figure out how to transform my feed.xml into a index.html below is the script to my feed:
If you can explain in detail with instructions, that would be perfect!
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?>
<?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">
<channel>
<title>Move The Fence</title>
<link>http://movethefence.com</link>
<description>Just another WordPress weblog</description>
<lastBuildDate>Mon, 30 Nov 2009 19:32:53 +0000</lastBuildDate>
<generator>http://wordpress.org/?v=2.8.6</generator>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/movethefence/bbjB" type="application/rss+xml" />
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" />
<item>
<title>another test</title>
<link>http://movethefence.com/?p=4</link>
<comments>http://movethefence.com/?p=4#comments</comments>
<pubDate>Mon, 30 Nov 2009 19:32:53 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category><![CDATA[Uncategorized]]></category>
<category><![CDATA[testing]]></category>
<guid isPermaLink="false">http://movethefence.com/?p=4</guid>
<description><![CDATA[content]]></description>
<content:encoded><![CDATA[<p>content</p>]]></content:encoded>
<wfw:commentRss>http://movethefence.com/?feed=rss2&p=4</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Testing</title>
<link>http://movethefence.com/?p=3</link>
<comments>http://movethefence.com/?p=3#comments</comments>
<pubDate>Sun, 29 Nov 2009 00:50:34 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category><![CDATA[Uncategorized]]></category>
<guid isPermaLink="false">http://movethefence.com/?p=3</guid>
<description><![CDATA[Hi rss?]]></description>
<content:encoded><![CDATA[<p>Hi rss?</p>]]></content:encoded>
<wfw:commentRss>http://movethefence.com/?feed=rss2&p=3</wfw:commentRss>
<slash:comments>3</slash:comments>
</item>
<item>
<title>Hello world!</title>
<link>http://movethefence.com/?p=1</link>
<comments>http://movethefence.com/?p=1#comments</comments>
<pubDate>Wed, 25 Nov 2009 04:35:25 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category><![CDATA[Uncategorized]]></category>
<guid isPermaLink="false">http:/?p=1</guid>
<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>]]></content:encoded>
<wfw:commentRss>http://movethefence.com/?feed=rss2&p=1</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
</channel>
</rss>
-
I would suggest you use xslt transformations or you take a look at the SimpleXML object in php.
-
huh?
Sorry, i don't understand
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks