HTTP requests

D

Dan Zwell

Maybe it would serve xml if you sent the request with a header
specifying {'Accept' => 'application/xhtml+xml'} ? But I don't think you
can specify a header with Net::HTTP.get_response(), maybe try using
Net::HTTP#get() ?

Dan
 
J

John Joyce

XML is a markup language with some general but strict rules. Its
actual structure varies widely. iTunes playlists, MS Word document
metadata, and yes xhtml. not old html, but a form of it that is
replacing it and is compliant with xml rules. (more or less)
Most xml files are probably hashes with nested hashes (associative
arrays with nested associative arrays), and they follow the KVC
format, Key=>Value coding. Great for storing data and preferences and
all kinds of things. And easy to change from one format to another.
XML is a pretty simple, but often confusing topic. Most books treat
it as a subject distinct from anything else, but it isn't.
There are some Java and XML books, for example that introduce XML in
a working environment.

Just remember it's structured data, stored as a text file.
Conceptually, not different from YAML, just more strict.
 
M

Md. Ruhul Amin

Hi guys,

I have an user registration page. In that page there
are 5 input fields.

I have to save user id and password in "login" table and other 3 input
in "userinfo" table.

Regarding thid tropic I have two questions:

1. How can i retrive the post data from the input field?
2. How can i save data in two table by one model?

I use instants rails 1.4 and mysel 5

please give me some ideas? also waitng for some sample code .

Amin
 
R

Robert Dober

Hi guys,

I have an user registration page. In that page there
are 5 input fields.

I have to save user id and password in "login" table and other 3 input
in "userinfo" table.

Regarding thid tropic I have two questions:

1. How can i retrive the post data from the input field?
2. How can i save data in two table by one model?

I use instants rails 1.4 and mysel 5

please give me some ideas? also waitng for some sample code .

Amin
Also you might still get some help on this list I strongly advice you
to post this to the rails mailing list.
(e-mail address removed)

Cheers
Robert
 
F

Felipe Contreras

No idea what that means lol

Kinda new to ruby

google: xhtml

But it's not, it's HTML 4.0 Transitional.

Anyway it's not a Ruby issue, you need to find the right URL first.
I'm not sure if you can use the Accept header, that depends on the
site you are accessing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,119
Latest member
IrmaNorcro
Top