|
List Info
Thread: Re: 19 new messages in 10 topics - digest
|
|
| Re: 19 new messages in 10 topics -
digest |

|
2007-09-30 11:33:52 |
|
Hello I am Elisabet mrs Palne Bartos
I please you comming my groups E-idealis we working very good idea
P2W Passport to Wealt here are very good job very good money and very kindly people. Welcome my groups Elisabeth please reply to me.
On 9/29/07, rubyonrails-spinoffs group < noreply googlegroups.com">noreply googlegroups.com> wrote:
Ruby on Rails: Spinoffs http://groups.google.com/group/rubyonrails-spinoffs?hl=en
rubyonrails-spinoffs googlegroups.com">rubyonrails-spinoffs googlegroups.com
Today's topics:
* transportXML returns null? - 2 messages, 2 authors
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/b47059b4e73db8ec?hl=en * resizing multiple divs - dragging - 2 messages, 1 author
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/376deae7604fe081?hl=en * Image Slideshow (with clickable URL) - 2 messages, 2 authors
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/b59a261f84bbad44?hl=en * drag and drop reset - 2 messages, 2 authors
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/8315bdbbc5a2bdf7?hl=en * form request (ajax) method in 1.5.1 - 1 messages, 1 author
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/86fdb6a200fbb2e0?hl=en * evalJSON problem - 2 messages, 2 authors
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/7298c97b6dd1555a?hl=en * Why PeriodicalUpdater doesn't work on Internet Explorer? - 2 messages, 2 authors
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/10ae5621a34d5558?hl=en * Event.observe doesn't work - 3 messages, 3 authors
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/15c60ceb70a12b78?hl=en * Ajax.Updater doesn't work with IE6 properly - 1 messages, 1 author
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/778d8273dd134fa8?hl=en * How to call a javascript in parent page from a Prototype Window? - 2 messages, 2 authors
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/d06d7337735b1bc8?hl=en
============================================================================== TOPIC: transportXML returns null?
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/b47059b4e73db8ec?hl=en ==============================================================================
== 1 of 2 == Date: Thurs, Sep 27 2007 10:48 pm From: AlexK
This is what I added to the XHTML file that I get:
<meta http-equiv="Content-Type" content="text/xml; charset=UTF-8" />
and this:
new Ajax.Request(url, { method:"get", contentType:"text/xml", onSuccess: function(transport) {
And I still get null: var response =
transport.responseXML;
Thanks! On Sep 28, 12:25 am, AlexK < alexkoif... gmail.com">alexkoif... gmail.com> wrote: > Hi, this: > contentType: "application/xml"
> > did not change anything. ANy other ideas? Thanks. > > On Sep 27, 7:16 pm, Tobie Langel < tobie.lan... gmail.com">tobie.lan... gmail.com> wrote: > > > You have to set a correct content-type (application/xml).
> > > Regards, > > > Tobie > > > On Sep 28, 12:39 am, AlexK < alexkoif... gmail.com">alexkoif... gmail.com> wrote: > > > > Hi, >
> > > I want to load an XHTML file into DOM. I issue Ajax.Request and on > > > success do: > > > var response=transport.responseXML > > > > Response is null. On the other hand:
> > > var response=transport.responseText; // has the data. > > > > Why is response=transport.responseXML returns null? > > > > Here is the code: > > > > function display() {
> > > url = "http://" + location.hostname + port + "/fusion/ > > > restlet/"; > > > url = url + "engines" + sServer; > > > new
Ajax.Request(url, > > > { > > > method:"get", > > > contentType:"application/xhtml+xml", > > > onSuccess: function(transport) {
> > > > var response = transport.responseXML; // null ? > > > //var response = transport.responseText; // OK > > > > alert("after response=" + response);
> > > &nbs
| |