Tagged Questions
-1
votes
1answer
180 views
Create plugin/function to catch XML-data via Shortcode
I need to display data from an XML-file inside Wordpress posts, and I want to use shortcodes to do it.
I have this XML-file witch I need to get the data from;
...
3
votes
1answer
456 views
parse XML from URL (via SOAP)
I am attempting to build out a dashboard widget that will perform a validation check on a site RSS feed using the W3 Validator. Their API docs (http://feed2.w3.org/docs/soap.html) provide the method. ...