[uf-rest] AHAH! Not yet.

Dr. Ernie Prabhakar drernie at opendarwin.org
Wed Jan 4 13:21:52 PST 2006


Hi Justin,

Hmm, now I wonder if I misunderstood your previous question:

> The body node itself isn't appended to the DOM via AHAH -- only  
> it's children.

If that's true, then why were you worried about the 'meta' tags  
appearing in the calling document?

-- Ernie P.

On Jan 4, 2006, at 1:02 PM, Justin Maxwell wrote:

> On 4 Jan 2006, at 12:38, Dimitri Glazkov wrote:
>
>> I am all for simpicity, but one thing that bugs me about AHAH is that
>> the payload is usually an HTML fragment, not a complete document.
>
> Then make the payload a complete document!
>
>> 3) Somehow figure out how to server complete HTML documents as  
>> AHAH payload.
>
> <?xml version="1.0" encoding="utf-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> <head>
> <title>Check out my awesome title</title>
> <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
> </head>
> <body>
> 	<div>
> 		<p>Check out my awesome content</p>
> 	</div>
> </body>
> </html>
>
> The body node itself isn't appended to the DOM via AHAH -- only  
> it's children.
>
>> Has anybody tackled this issue?
>
> See above :)
> _______________________________________________
> microformats-rest mailing list
> microformats-rest at microformats.org
> http://microformats.org/mailman/listinfo/microformats-rest



More information about the microformats-rest mailing list