From: Andy Robbo Date: 2007-06-05T21:37:27+09:00 Subject: Re: Using ADO to connect to an Access database in Ruby Right , very close to achieving my objective , thanks very much for everyones input so far , its really helped me along the learning curve with Ruby. I'm down to one last problem ... So far , I've connected to my Access database and pulled out a list of URLs and there ID's , i've used the URL in the code from Alexa to obtain the page rank. Now all I have to do is somehow parse the XML from the Alexa data back into Ruby to insert it back into my database... This is the XML that i'm trying to parse Response: asldkfjaslkdjfasldfj rbstardynamic.co.uk/ 5976859 Success"5" "essex-electrical.co.uk" I'm trying to parse the rank # (in this case "5976859") any clues ? -- Posted via http://www.ruby-forum.com/.