<?xml version="1.0" encoding="UTF-8"?>
<!-- <!DOCTYPE wcml PUBLIC "" "http://www.cookiecrook.com/publish/bcml-0.1.dtd"> -->
<wcml xml:lang="en" version="0.11" encoding="UTF-8">
<!-- this is in alpha stage and not to be used, yet. -->
<!-- wcml = web comments markup language -->
	<site>http://www.cookiecrook.com/</site>
	<!-- i'd still like a way to link the comment to the right site or weblog -->
	<title>Cookiecrook Weblog</title>
	<referrer>http://www.cookiecrook.com/weblog.php?archive=200109</referrer>
	<!-- note the correct spelling of "referrer" as it is misspelled "referer" in almost every programming language -->
	<post id="34934">
	<!-- post_id is the blog post id -->
		<original>
			<!-- contains body of original weblog post? -->
			<!-- is this valuable? i think so. -->
			<!-- should there be any other elements like time or date? -->
			<!-- this section may need to be CDATA because it can contain html - we can't break the xml with someone's line <br> -->
			I had this idea for storing weblog post comments in XML format. Any comments?
		</original>
		<comment id="0001">
			<!-- comment_id is numeric within <post/> element -->
			<!-- example selectors: post#34934>comment#0001 - or - post[id="34934"]>comment[id="0001"] -->
			<name>anonymous</name>
			<email></email>
			<ip>255.255.255.0</ip>
			<date day="thursday">2001/12/15</date>
			<!-- format yyyy/mm/dd -->
			<!-- optional attribute "day" -->
			<time meridiem="pm" zone="gmt">07:00:00</time>
			<!-- format hh:mm:ss -->
			<!-- attribute meridiem could be "am"(ante meridiem), "pm"(post meridiem), or "mt"(military time) -->
			<!-- attribute zone could be letters (est/cst/gmt) or relative greenwich (gmt-06/gmt-05/gmt+08) -->
			<subject>Good Idea</subject>
			<body>
				<p>Why don't you try it out? Make an template that has all the features we may need.</p>
			</body>
		</comment>
		<comment id="0002">
			<name>James Craig</name>
			<email>djcookiecrook@hotmail.com</email>
			<ip>255.255.255.1</ip>
			<date>2001/12/23</date>
			<time meridiem="mt" zone="gmt-06">13:05:32</time>
			<subject>WCML template version 0.1</subject>
			<body>
				<p>I posted a second draft with a little help from Natanya. Take a look and tell me what you think.  </p>
			</body>
		</comment>
		<comment id="0003">
			<name>Gabriel Jeffrey</name>
			<email>gabrieljeffrey@yahoo.com</email>
			<ip>255.255.255.2</ip>
			<date>2001/12/24</date>
			<time meridiem="pm" zone="est">02:17:10</time>
			<subject>No comment</subject>
			<body>
				<p>My client chooses to give no comment at this time. </p>
			</body>
		</comment>
	</post>
</wcml>
