Print

Print


On Dec 6, 2005, at 4:44 AM, Pete Johnston wrote:
> en the Piggy Bank "coin" icon appears, and I can cache the RDF data  
> from that page. I'm not 100% sure but I think Piggy Bank may need  
> the use of the class="-class-name" feature to provide typed nodes.

I actually wasn't as interested in the GM or PiggyBank app as I was  
leveraging the RDF in HTML as a microformat. After posting I began to  
wonder instead if anyone has considered putting together a  
microformat draft (hDC?) for embedding DC in XHTML?

	<html>
	<body>
	...
	<div class="dc">
		<span class="creator">Tim Berners-Lee</span>,
		<span class="title">Weaving the Web</span>
	</div>
	...
	</body>
	</html>

//Ed