<?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 for Publishing with Silicon</title>
	<atom:link href="http://www.publishingsilicon.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.publishingsilicon.com</link>
	<description>Max Dunn&#039;s electronic publishing blog: reconciling information and rendition technologies</description>
	<lastBuildDate>Fri, 25 Jun 2010 15:33:22 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on DITA to take over the world&#8230; by Don Day</title>
		<link>http://www.publishingsilicon.com/2010/06/dita-to-take-over-the-world/comment-page-1/#comment-361</link>
		<dc:creator>Don Day</dc:creator>
		<pubDate>Fri, 25 Jun 2010 15:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.publishingsilicon.com/?p=171#comment-361</guid>
		<description>I&#039;m 100% in agreement with your thesis, Max. DITA was informed on by the experiences and requirements of the technical documentation community, but designed to be general and extensible at the same time. Today, the end-to-end tools for DITA technical writers offer users a good choice of mature, robust capabilities.

There are many other possible applications for DITA, a few of which are represented by the standing Subcommittees of the OASIS DITA Technical Committee, such as Learning Content, Pharmaceutics, and Machine Industry. I am anxious to see tools and services reach out to the unique needs of those communities, and many others as well.

I expect the DITA 1.2 era will see greater use of refactoring and specialization to adapt DITA for those unique applications. Watch for DITA to be taken up by companies as a content standard across the enterprise, such as for policies and procedures, project records, and white papers.

There are some exciting new uses coming up!
--
Don Day,
Chair, OASIS DITA Technical Committee</description>
		<content:encoded><![CDATA[<p>I&#8217;m 100% in agreement with your thesis, Max. DITA was informed on by the experiences and requirements of the technical documentation community, but designed to be general and extensible at the same time. Today, the end-to-end tools for DITA technical writers offer users a good choice of mature, robust capabilities.</p>
<p>There are many other possible applications for DITA, a few of which are represented by the standing Subcommittees of the OASIS DITA Technical Committee, such as Learning Content, Pharmaceutics, and Machine Industry. I am anxious to see tools and services reach out to the unique needs of those communities, and many others as well.</p>
<p>I expect the DITA 1.2 era will see greater use of refactoring and specialization to adapt DITA for those unique applications. Watch for DITA to be taken up by companies as a content standard across the enterprise, such as for policies and procedures, project records, and white papers.</p>
<p>There are some exciting new uses coming up!<br />
&#8211;<br />
Don Day,<br />
Chair, OASIS DITA Technical Committee</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Learns XML, Slowly by davidjmcclelland</title>
		<link>http://www.publishingsilicon.com/2009/11/adobe-learns-xml-slowly/comment-page-1/#comment-39</link>
		<dc:creator>davidjmcclelland</dc:creator>
		<pubDate>Tue, 05 Jan 2010 00:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.publishingsilicon.com/?p=51#comment-39</guid>
		<description>Thanks for pulling this info together and providing context.</description>
		<content:encoded><![CDATA[<p>Thanks for pulling this info together and providing context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Two Perspectives on XML by admin</title>
		<link>http://www.publishingsilicon.com/2009/11/the-two-perspectives-on-xml/comment-page-1/#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 01 Dec 2009 07:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://siliconmax.wordpress.com/?p=5#comment-6</guid>
		<description>Yes I should have described more of just what differentiates the document- and data-perspectives... in general:&lt;ul&gt;
	&lt;li&gt;The XML I see in the data world tends to be message-oriented: often a very flat structure, usually much smaller files, relational data wrapped in tags, SOAP messages, WSDL, etc. Developers usually love tools like XML Spy: they vastly prefer schema to DTD, and as structures are often defined automatically they don&#039;t see much value in human-readable schema. &lt;/li&gt;
	&lt;li&gt;Document-centric XML has to handle, um, documents, with characteristics such as component reuse, hyperlinking, cross-references; the things DITA handles are generally relevant only to this side of XML. Many in the document-centric world still hand code DTDs; those that understand Schema all prefer RELAX NG to the junk that the W3C came up with.&lt;/li&gt;
&lt;/ul&gt;

Of course both are XML and there are exceptions both ways (some messages get as complex as documents, some documents benefit from strong typing or namespaces) so it is a continuum without a strongly identifiable border.

When we started Silicon Publishing in 2000, we stopped using Xyvision. Initially this was not our first choice but economic reality. However, being forced into early adoption of InDesign automation turned out to be a very good thing. 

Xyvision was (is?) great! Very fast, great composition, one of the first/best tools to automate typographical craft. I hope SDL keeps it going; they sure have acquired many companies. I still like InDesign Server better as it surpasses the typography/graphics, but I miss the speed.</description>
		<content:encoded><![CDATA[<p>Yes I should have described more of just what differentiates the document- and data-perspectives&#8230; in general:
<ul>
<li>The XML I see in the data world tends to be message-oriented: often a very flat structure, usually much smaller files, relational data wrapped in tags, SOAP messages, WSDL, etc. Developers usually love tools like XML Spy: they vastly prefer schema to DTD, and as structures are often defined automatically they don&#8217;t see much value in human-readable schema. </li>
<li>Document-centric XML has to handle, um, documents, with characteristics such as component reuse, hyperlinking, cross-references; the things DITA handles are generally relevant only to this side of XML. Many in the document-centric world still hand code DTDs; those that understand Schema all prefer RELAX NG to the junk that the W3C came up with.</li>
</ul>
<p>Of course both are XML and there are exceptions both ways (some messages get as complex as documents, some documents benefit from strong typing or namespaces) so it is a continuum without a strongly identifiable border.</p>
<p>When we started Silicon Publishing in 2000, we stopped using Xyvision. Initially this was not our first choice but economic reality. However, being forced into early adoption of InDesign automation turned out to be a very good thing. </p>
<p>Xyvision was (is?) great! Very fast, great composition, one of the first/best tools to automate typographical craft. I hope SDL keeps it going; they sure have acquired many companies. I still like InDesign Server better as it surpasses the typography/graphics, but I miss the speed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Two Perspectives on XML by Bill Trippe</title>
		<link>http://www.publishingsilicon.com/2009/11/the-two-perspectives-on-xml/comment-page-1/#comment-5</link>
		<dc:creator>Bill Trippe</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://siliconmax.wordpress.com/?p=5#comment-5</guid>
		<description>Good thoughts. One question--did you ever get rid of Xyvision? I still see it in a lot of scientific and technical publishing.</description>
		<content:encoded><![CDATA[<p>Good thoughts. One question&#8211;did you ever get rid of Xyvision? I still see it in a lot of scientific and technical publishing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Two Perspectives on XML by loarabia</title>
		<link>http://www.publishingsilicon.com/2009/11/the-two-perspectives-on-xml/comment-page-1/#comment-4</link>
		<dc:creator>loarabia</dc:creator>
		<pubDate>Mon, 30 Nov 2009 06:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://siliconmax.wordpress.com/?p=5#comment-4</guid>
		<description>Interesting read. I&#039;d love to hear more. I&#039;d be particularly interested in hearing your definition of document-centric XML and data-centric XML along with some examples to get a feel for the nuances you see in the two models and I&#039;d also love to hear your telling of some more of the history and evolution of the standards.

thanks for a good read</description>
		<content:encoded><![CDATA[<p>Interesting read. I&#8217;d love to hear more. I&#8217;d be particularly interested in hearing your definition of document-centric XML and data-centric XML along with some examples to get a feel for the nuances you see in the two models and I&#8217;d also love to hear your telling of some more of the history and evolution of the standards.</p>
<p>thanks for a good read</p>
]]></content:encoded>
	</item>
</channel>
</rss>
