rss Xml namespace confusion

stradf

New Member
\[code\]<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:jskit="http://purl.org/dc/elements/1.1/" > <channel> <title>www.domain.com/page_735.htm comments</title> <link>http://www.domain.com/page_735.html</link> <atom:link rel="self" type="application/rss+xml" href="http://js-kit.com/rss/domain.com/page_735.html"></atom:link> <jskit:attribute key="md5path" value="http://stackoverflow.com/questions/1977072/eb7110ce84f5907c29f0717c171ad35e"></jskit:attribute> <jskit:attribute key="path" value="http://stackoverflow.com/page_735.html"></jskit:attribute> <description>RSS comments feed for www.domain.com/page_735.html</description> <generator>JS-Kit Bulk Site Exporter 0.8</generator> <lastBuildDate>Mon, 09 Nov 2009 10:35:47 +0000</lastBuildDate> <item> <guid>jsid-1259747304-188</guid> <pubDate>Wed, 02 Dec 2009 09:48:24 +0000</pubDate> <jskit:attribute key="IP" value="http://stackoverflow.com/questions/1977072/59.182.xxx.xxx"></jskit:attribute> <jskit:attribute key="permalink" value="http://www.domain.com/page_735.html"></jskit:attribute> <author>guest</author> <jskit:attribute key="share_facebook" value="http://stackoverflow.com/questions/1977072/off"></jskit:attribute> <jskit:attribute key="share_gfc" value="http://stackoverflow.com/questions/1977072/off"></jskit:attribute> <jskit:attribute key="share_twitter" value="http://stackoverflow.com/questions/1977072/off"></jskit:attribute> <jskit:attribute key="share_friendfeed" value="http://stackoverflow.com/questions/1977072/off"></jskit:attribute> <jskit:attribute key="share_yahoo" value="http://stackoverflow.com/questions/1977072/off"></jskit:attribute> <jskit:attribute key="Webpresence" value="http://stackoverflow.com/questions/1977072/[]"></jskit:attribute> <description>im a disco dancer</description> <jskit:parent-guid>jsid-1250154466-622</jskit:parent-guid> </item> </channel></rss>\[/code\]I know a bit of xml but this one way beyond my imagination :(How do i extract value of permalink or IP or parent-guidI can only extract guid,pubdate ,author and descriptionI cant figure out namespaces
 
Top