[uf-rest] AHAH! Not yet.

Justin Maxwell soc at code404.com
Wed Jan 4 14:32:11 PST 2006


On 4 Jan 2006, at 13:21, Dr. Ernie Prabhakar wrote:

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

Thanks for asking, and sorry for the confusion.  The actual <body>  
node is not loaded, only its children are.  Before that, however, the  
children of the <head> node are loaded.

Here's a sample chunk with private portions omitted

My app loads valid xhtml page content into a div id="content-top"

	<div id="content-top">
		<meta http-equiv="Content-type" content="text/html; charset=utf-8">
		<meta http-equiv="Refresh" content="0; url=/myurl/><title>My title</ 
title>
		<meta http-equiv="Expires" content="Fri, 26 Mar 1999 23:59:59 GMT">
		<meta name="Author" content="My author">
		<link rel="home" href="http://www.myurl.com/">
		<link rel="index" href="http://www.myurl.com/sitemap.html">
		<div id="mycontent">
			<p>Check me out</p>
		</div>
	</div>

So, the body tag isn't loaded, but tags from the head section are.
-------------- 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/81d26055/smime.bin


More information about the microformats-rest mailing list