<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Separation of Concerns</title>
	<atom:link href="http://holloway.co.nz/blog/2007/11/separation-of-concerns/feed/" rel="self" type="application/rss+xml" />
	<link>http://holloway.co.nz/blog/2007/11/separation-of-concerns/</link>
	<description>Blog</description>
	<lastBuildDate>Wed, 13 Jul 2011 21:36:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Malcolm</title>
		<link>http://holloway.co.nz/blog/2007/11/separation-of-concerns/comment-page-1/#comment-5</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Tue, 04 Mar 2008 08:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://holloway.co.nz/blog/?p=3#comment-5</guid>
		<description>Hi Matthew,

If you&#039;ll cast your mind back to 1998 for a moment and remember your days at University House, yes it&#039;s Malcolm Phillips from room AL.01 here.

Just writing to say Hi, and that I saw you on the cover of a Computer World the other day (nice glasses). It&#039;s good to see that you&#039;re doing well, some 10 years furthur on. I can&#039;t think of anyone more qualified to be representing NZ&#039;s views on OOXML.

btw, my own website is a bit prehistoric (though at least I have one now).</description>
		<content:encoded><![CDATA[<p>Hi Matthew,</p>
<p>If you&#8217;ll cast your mind back to 1998 for a moment and remember your days at University House, yes it&#8217;s Malcolm Phillips from room AL.01 here.</p>
<p>Just writing to say Hi, and that I saw you on the cover of a Computer World the other day (nice glasses). It&#8217;s good to see that you&#8217;re doing well, some 10 years furthur on. I can&#8217;t think of anyone more qualified to be representing NZ&#8217;s views on OOXML.</p>
<p>btw, my own website is a bit prehistoric (though at least I have one now).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Family Holloway &#187; Blog Archive &#187; Bear Patrol</title>
		<link>http://holloway.co.nz/blog/2007/11/separation-of-concerns/comment-page-1/#comment-4</link>
		<dc:creator>Family Holloway &#187; Blog Archive &#187; Bear Patrol</dc:creator>
		<pubDate>Mon, 26 Nov 2007 07:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://holloway.co.nz/blog/?p=3#comment-4</guid>
		<description>[...] Family Holloway: Blog       &#171; Separation of Concerns [...]</description>
		<content:encoded><![CDATA[<p>[...] Family Holloway: Blog       &laquo; Separation of Concerns [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://holloway.co.nz/blog/2007/11/separation-of-concerns/comment-page-1/#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 25 Nov 2007 23:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://holloway.co.nz/blog/?p=3#comment-3</guid>
		<description>Hi Mark,

Not having to author input for a particular output format is nice in practice too, I assure you (yes, there&#039;s working software already). Of course this isn&#039;t just about abstracting &lt;em&gt;&quot;templates&quot;&lt;/em&gt;: it&#039;s content, forms, menus, tabs, and every part of the output that has previously been hard-coded and inflexible.

Some of your questions would be better answered by going into great detail about the similarities and dissimilarities between these formats. Contrasting the different table models, image models, etc., would surely take more than a blog comment, however I&#039;ll just say for now that the majority of semantics available in DocBook5 and HTML5 could not be easily encoded in the @class and @id attributes of HTML4. The exact choice of semantics will come out as we go through the tag mappings, which may help justify a new abstraction rather than a naming convention in HTML4.

Speaking more generally about &lt;em&gt;&quot;better choices for more complex or dynamic UI&#039;s&quot;&lt;/em&gt;. I would like to see HTML5 become the future of the web more than I would XAML, Flash/Flex, or XUL because HTML5 truly is an open standard. The other platforms are advancing quickly... to paraphrase Brendan Eich &lt;em&gt;&quot;the obvious conflict of interest between the standards-based web and proprietary platforms advanced by Microsoft, and the rationales for keeping the web&#039;s language small while the proprietary platforms rapidly evolve support for large languages, does not help maintain the fiction that only clashing high-level philosophies are involved here.&quot;&lt;/em&gt; &lt;a href=&quot;http://weblogs.mozillazine.org/roadmap/archives/2007/10/open_letter_to_chris_wilson.html&quot; rel=&quot;nofollow&quot;&gt;--Source&lt;/a&gt;

An abstraction of the authoring format in order to support multiple output formats would encourage HTML5 without losing the HTML4 audience. I see this as necessary for HTML5, but there are many ways of achieving this abstraction and I imagine that this project will just be one of many.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Not having to author input for a particular output format is nice in practice too, I assure you (yes, there&#8217;s working software already). Of course this isn&#8217;t just about abstracting <em>&#8220;templates&#8221;</em>: it&#8217;s content, forms, menus, tabs, and every part of the output that has previously been hard-coded and inflexible.</p>
<p>Some of your questions would be better answered by going into great detail about the similarities and dissimilarities between these formats. Contrasting the different table models, image models, etc., would surely take more than a blog comment, however I&#8217;ll just say for now that the majority of semantics available in DocBook5 and HTML5 could not be easily encoded in the @class and @id attributes of HTML4. The exact choice of semantics will come out as we go through the tag mappings, which may help justify a new abstraction rather than a naming convention in HTML4.</p>
<p>Speaking more generally about <em>&#8220;better choices for more complex or dynamic UI&#8217;s&#8221;</em>. I would like to see HTML5 become the future of the web more than I would XAML, Flash/Flex, or XUL because HTML5 truly is an open standard. The other platforms are advancing quickly&#8230; to paraphrase Brendan Eich <em>&#8220;the obvious conflict of interest between the standards-based web and proprietary platforms advanced by Microsoft, and the rationales for keeping the web&#8217;s language small while the proprietary platforms rapidly evolve support for large languages, does not help maintain the fiction that only clashing high-level philosophies are involved here.&#8221;</em> <a href="http://weblogs.mozillazine.org/roadmap/archives/2007/10/open_letter_to_chris_wilson.html" rel="nofollow">&#8211;Source</a></p>
<p>An abstraction of the authoring format in order to support multiple output formats would encourage HTML5 without losing the HTML4 audience. I see this as necessary for HTML5, but there are many ways of achieving this abstraction and I imagine that this project will just be one of many.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maetl</title>
		<link>http://holloway.co.nz/blog/2007/11/separation-of-concerns/comment-page-1/#comment-2</link>
		<dc:creator>maetl</dc:creator>
		<pubDate>Fri, 23 Nov 2007 05:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://holloway.co.nz/blog/?p=3#comment-2</guid>
		<description>Not having to code templates to a particular output format is nice in theory, but is it really just a matter of layers to the cake (or trifle, if you prefer)?

I still don&#039;t quite understand why you would *need* to have a site outputting a UI in both HTML5 and HTML4 and other formats all at once... Surely, HTML4 is good for a certain limited range of content and hypertext stuff, but there are other better choices for more complex or dynamic UI&#039;s. I would expect it to be more of an either/or proposition in most cases.

It may be a restrictive convention, but surely, you can derive most of the transforms you mention from just &#039;id&#039; and &#039;class&#039; attributes?</description>
		<content:encoded><![CDATA[<p>Not having to code templates to a particular output format is nice in theory, but is it really just a matter of layers to the cake (or trifle, if you prefer)?</p>
<p>I still don&#8217;t quite understand why you would *need* to have a site outputting a UI in both HTML5 and HTML4 and other formats all at once&#8230; Surely, HTML4 is good for a certain limited range of content and hypertext stuff, but there are other better choices for more complex or dynamic UI&#8217;s. I would expect it to be more of an either/or proposition in most cases.</p>
<p>It may be a restrictive convention, but surely, you can derive most of the transforms you mention from just &#8216;id&#8217; and &#8216;class&#8217; attributes?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

