=== Advanced XML Reader === Contributors: RaymondDesign Tags: xml, reader, curl, post, page Requires at least: 2.5 Tested up to: 3.0 Stable tag: 0.2 Use the content of every XML file in your posts. Simply use very xml tag in a post. == Description == Advanced XML Reader is a plugin that give blog owners the posibility to show any xml file in their post or page. You fill in the url of the xml file and the plugin finds all the used tags in the file. An example: When you have a xml file with website statistics, using , and . Using that tags you can create a sentence like this: "Website: [advanced-xml:WebsiteName], pages: [advanced-xml:TotalPages], visitors: [advanced-xml:TotalVisitors].". You see that you can use every tag in the xml file in a post on your blog. Much web services provides an API with XML file, you can use such files in this plugin. == Installation == 1. Install the plugin using the build-in plugin installer or upload the folder to the `/wp-content/plugins/` directory 2. Go to `Settings > Advanced XML` and fill in your xml file url 3. Now you can use the plugin, insert a tag in a post using `[advanced-xml:tagname]` == Frequently Asked Questions == = If there are multiple keys with the same name, can i loop through all the items? = At the moment the plugin only works for xml files with single entries. It isn't possible to loop through multiple entries in a (sub) tag. But I'm working on a version that can loop through multiple entries. In the near future I will release a new update with that possibility. == Screenshots == 1. Options page, after you saved a xml file you can see all the tags you can use. 2. You can use the tags of the xml file in a post. 3. The tags are automatically replaced with the xml data. == Changelog == = 0.1.1 = * Fixed a session problem in `curl.php`, some users had a php 'headers already sent' warning = 0.1.2 = * Disabled curl caching, it causes some problems = 0.2 = * You can now use the plugin tags in every widget title * You can now use the plugin tags in the default Wordpress 'text' widget == Upgrade Notice == = 0.1.1 = This update fixes some session problems, see changelog for further details. = 0.1.2 = This is an error fix, we advise you to update. = 0.2 = This update gives you some extra feature, see the changelog for details.