From: Chris Watt Date: 2006-06-16T01:29:30+09:00 Subject: Re: XML/RSS generation Yea I did find that but it doesn't answer a few of my questions (and as yet google hasn't yielded anything). I don't know how to make ruby parse it all into a file (username-timestamp.xml) and how to add the extra statements to the vector tag (i.e., bg="bg.png", etc...) They seem to be my main problems at the moment. Also, on a related note, how do I put something into a varialbe to reuse it later? as php would be : $var="contents of var"; echo "$var"; etc. Cheers ~Chris On 6/16/06, Matthew Smillie wrote: > > On Jun 15, 2006, at 17:09, Chris Watt wrote: > > > Hi guys, > > > > Can anyone point em in the direction of a good tutorial/manual for > > creating xml files from within ruby? > > > > What I want to do is take a bunch of information and output it into a > > format such as: > > Vector Info > > > > > > and then save it to the server in a filename such as: username- > > timestamp.xml. > > This might be a start: http://builder.rubyforge.org/ > > matthew smillie. > >