<?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: Turning off mDSNResponder</title>
	<atom:link href="http://raffy.ch/blog/2007/08/07/turning-off-mdsnresponder/feed/" rel="self" type="application/rss+xml" />
	<link>http://raffy.ch/blog/2007/08/07/turning-off-mdsnresponder/</link>
	<description>Log visualization and log management as seen by Raffael Marty</description>
	<lastBuildDate>Sun, 05 Sep 2010 03:54:16 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raffael Marty</title>
		<link>http://raffy.ch/blog/2007/08/07/turning-off-mdsnresponder/comment-page-1/#comment-7055</link>
		<dc:creator>Raffael Marty</dc:creator>
		<pubDate>Fri, 10 Aug 2007 17:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://raffy.ch/blog/2007/08/07/turning-off-mdsnresponder/#comment-7055</guid>
		<description>I actually just realized that turning off my mDNSResponder breaks printing ;( Maybe I&#039;ll have to figure out how to use another protocol for printing. Not sure if that is supported by my IT team.</description>
		<content:encoded><![CDATA[<p>I actually just realized that turning off my mDNSResponder breaks printing ;( Maybe I&#8217;ll have to figure out how to use another protocol for printing. Not sure if that is supported by my IT team.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://raffy.ch/blog/2007/08/07/turning-off-mdsnresponder/comment-page-1/#comment-7020</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Tue, 07 Aug 2007 22:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://raffy.ch/blog/2007/08/07/turning-off-mdsnresponder/#comment-7020</guid>
		<description>Hey Raffy,

The XML you saw is Apple&#039;s &quot;property list&quot; format, more commonly known as plist. It&#039;s awful as XML, but it really was designed as an object serialization format, and not as proper XML. Almost every single preferences/properties/configuration file in MacOSX is in that format. You can use the &quot;Property List Editor&quot; application (in Applications/Utilities) to edit them. Some plist files are in a binary representation, which can be converted to the XML one using the plutil command.

There&#039;s an XSL transformation you can use to convert plist files to proper XML here: http://www.xmldatabases.org/WK/blog/1086?t=item</description>
		<content:encoded><![CDATA[<p>Hey Raffy,</p>
<p>The XML you saw is Apple&#8217;s &#8220;property list&#8221; format, more commonly known as plist. It&#8217;s awful as XML, but it really was designed as an object serialization format, and not as proper XML. Almost every single preferences/properties/configuration file in MacOSX is in that format. You can use the &#8220;Property List Editor&#8221; application (in Applications/Utilities) to edit them. Some plist files are in a binary representation, which can be converted to the XML one using the plutil command.</p>
<p>There&#8217;s an XSL transformation you can use to convert plist files to proper XML here: <a href="http://www.xmldatabases.org/WK/blog/1086?t=item" rel="nofollow">http://www.xmldatabases.org/WK/blog/1086?t=item</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
