[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Nuby ?: How to create XML request with Ruby

Dan Stevens (IAmAI)

3/6/2007 6:58:00 PM

For creating XML, I suggest looking at REXML
(http://www.ruby-doc.org/stdlib/libdoc/rexml/rdoc/...) or ERB
(http://www.ruby-doc.org/stdlib/libdoc/erb/rdoc/...).

On 06/03/07, Donald Musser <dmjmusser@gmail.com> wrote:
> Hi Guys,
>
> I'm trying to figure out how to create an XML request using Ruby. I need to
> define a set amount of fields within the request and post it to a specific
> host and port. I'm new to Ruby and am not really sure on how I could do
> this. Suggestions?
>
> ~Myles
>