Re: [PHP] weird xml tag

2010-01-14 Thread Ashley Sheridan
On Thu, 2010-01-14 at 18:00 +0530, Devendra Jadhav wrote: Hi All, I am writing module to display recent Wordpress blog posts in drupal. I am taking RSS feeds of blog. I am using simple xml library of PHP to parse xml. Now the problem is I get weird tag in XML. dc:creatorJason

Re: [PHP] weird xml tag

2010-01-14 Thread Devendra Jadhav
Hi Ashley, Thank you very much for your help. simplexml handles namespace. here is the link for reference http://www.sitepoint.com/blogs/2005/10/20/simplexml-and-namespaces/ I am very happy. Thank you very much again. :D On Thu, Jan 14, 2010 at 6:06 PM, Ashley Sheridan