[uf-rest] AHAH! Not yet.

Justin Maxwell soc at code404.com
Wed Jan 4 13:02:22 PST 2006


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 :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2468 bytes
Desc: not available
Url : http://microformats.org/discuss/mail/microformats-rest/attachments/20060104/7e27fa2a/smime.bin


More information about the microformats-rest mailing list