=== Plugin Name === Contributors: RaymondDesign Tags: xml, reader, curl, post, page Requires at least: 2.5 Tested up to: 2.9.2 Stable tag: 0.1 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] == 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.