Hi,
I have a xml feed which needs to be converted to HTML. How can it be done? If somebody has any references on how to do it pls let me know. i need to show the feed in a wordpress site.
Thanks Prady
Hi,
I have a xml feed which needs to be converted to HTML. How can it be done? If somebody has any references on how to do it pls let me know. i need to show the feed in a wordpress site.
Thanks Prady
Take a look at XSL Transformations. There is a lot of good stuff online about this. Should do what you need it to do.
Just to add. I did a bit of looking on the wordpress plugins site and noticed plugins to allow use of XSLT with XML files. I hesitate to recommend one specifically as I have not used them, but this should hopefully get you pointed in the right direction.
I guess you should include some more context. If you just want to display Yahoo Pipes and <iframe>
may be enough. If you want to use it as data, then you probably need some PHP library.