Go Back RateBeerXMLIntroductionRateBeerXML is a tool created to convert RateBeer ratings into an XML file for use by nerds like me. The original version was in the form of a .NET executable. However, I realized that greater user acceptance would occur if it was a simple online web page. Now, download your XML file with this easy-to-use form! Follow these simple instructions:
View XML Converter PHP Code
What's the Point?I've had an interest in playing around with XML and XSLT lately, and decided my beer ratings would be a fun and readily available set of data to use. Check out this page to see what I am talking about. Problems?Problems using the converter? I have no control over the "compile my ratings" text produced by the RateBeer website, nor do I have control over unhandled sequences of characters that may appear in your rating comments. I make every attempt to handle every case, but something may split through. If there are problems, email me at the address on the front page, or BeerMail JCapriotti. I am going to create a problem submission form when I have some time. I don't want to link my email address here due to spam bots. About RateBeerRateBeer is widely recognized as the most accurate and most-visited source for beer information. RateBeer is an independent world site for craft beer enthusiasts and is dedicated to serving the entire craft beer community through beer education, promotion and outreach. Old Program UsageTo use this program, you must download your beer ratings following the "|" delimited format. Right now, the application is only available as a .NET console application, with source code available in C#. If you send me an email I'll consider porting it to other platforms. Since it is .NET, you must download the .NET framework, if you don't already have it (I think Windows XP comes with it). You can also download it here: http://www.microsoft.com/downloads/details.aspx?familyid=d7158dee-a83f-4e21-b05a-009d06457787&displaylang=en. XML files can be created in two formats, with beer information saved in XML elements (i.e. <Beer><Name>Fullers Vintage Ale</Name></Beer>) or attributes (i.e. <Beer Name="Fullers Vintage Ale" />). Type "RateBeerXML" with no parameters for more usage guidelines.
RateBeerXML [/E | /A] [/C] inputfile outputfile
DownloadCurrent Version - 1.1Version 1.0Release NotesGeneral Comments / Information
Version 1.1
Version 1.0
Go Back |