<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenKB::Server Technical Papers</title>
	<atom:link href="http://www.openkb.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openkb.org</link>
	<description>Computer , server issues and solutions</description>
	<lastBuildDate>Sun, 07 Mar 2010 00:21:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Verisign prepares for DNSSEC 2010 &#124; nameservers</title>
		<link>http://www.openkb.org/verisign-prepares-for-dnssec-2010-nameservers/</link>
		<comments>http://www.openkb.org/verisign-prepares-for-dnssec-2010-nameservers/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 00:06:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=749</guid>
		<description><![CDATA[Excerpt
New Referral Behavior
When queried for an existing A or AAAA record serving as glue (an address record at or below NS records at a delegation point), the authoritative name servers for .com and .net respond with the glue record in the answer section. However, the answer is not marked authoritative, i.e., the AA bit is [...]]]></description>
			<content:encoded><![CDATA[<p>Excerpt<br />
New Referral Behavior</p>
<p>When queried for an existing A or AAAA record serving as glue (an address record at or below NS records at a delegation point), the authoritative name servers for .com and .net respond with the glue record in the answer section. However, the answer is not marked authoritative, i.e., the AA bit is not set. While this behavior conforms to the DNS standards, recent authoritative servers do not respond this way. Instead, when queried for a name at or below a delegation point, recent authoritative servers respond with a referral to the delegated zone. This behavior is also supported by the DNS standards.<a href="https://www.verisign.com/domain-name-services/domain-information-center/dns-behavior/index.html#ref"> More info</a></p>
<p>My take on this:<br />
This will effect people who fail to properly create a glue record with the registry. I have seen people setup A records to point to company X nameservers ips.  Well this is not going to fly anymore, you will need to properly setup the nameservers with the registry.</p>
<p>DNS Cycle:<br />
A users request a domain name &gt; This request goes to the root servers first&gt; the root server will now only return the NS record without the A record &gt; **Referral to the actual nameservers for the domain ** &gt; The actual nameserver will return the A record for the domain &gt; the user is then directed to the hosting server.</p>
<p>Current cycles :</p>
<p>The root nameserver were returning the A record for the nameserver. So it was actually doing query on the assigned nameservers for the requested domain.  This added a few miliseconds to the users request for the web content. By eliminating this cycle should increase the response time.</p>
<p>I used yahoo.com as an example of what a domain request looks like<br />
<span style="color: #ff0000;">*** this is returns the nameservers from the root server *****</span><br />
;; Received 499 bytes from 192.36.148.17#53(I.ROOT-SERVERS.NET) in 219 ms</p>
<p>yahoo.com.              172800  IN      NS      ns1.yahoo.com.<br />
yahoo.com.              172800  IN      NS      ns2.yahoo.com.<br />
yahoo.com.              172800  IN      NS      ns3.yahoo.com.<br />
yahoo.com.              172800  IN      NS      ns4.yahoo.com.<br />
yahoo.com.              172800  IN      NS      ns5.yahoo.com.<br />
;; Received 197 bytes from 192.54.112.30#53(h.gtld-servers.net) in 124 ms</p>
<p><span style="color: #ff0000;">*the nameservers are then queried for the A record for yahoo.com. as you can see they have their servers load balanced for failover. *Multiple ips were returned for their A records *</span></p>
<p>yahoo.com.              21600   IN      A       209.131.36.159<br />
yahoo.com.              21600   IN      A       209.191.93.53<br />
yahoo.com.              21600   IN      A       209.191.122.70<br />
yahoo.com.              21600   IN      A       67.195.160.76<br />
yahoo.com.              21600   IN      A       69.147.114.224<br />
yahoo.com.              21600   IN      A       69.147.125.65<br />
yahoo.com.              21600   IN      A       72.30.2.43<br />
yahoo.com.              21600   IN      A       98.137.149.56<br />
yahoo.com.              172800  IN      NS      ns8.yahoo.com.<br />
yahoo.com.              172800  IN      NS      ns6.yahoo.com.<br />
yahoo.com.              172800  IN      NS      ns3.yahoo.com.<br />
yahoo.com.              172800  IN      NS      ns2.yahoo.com.<br />
yahoo.com.              172800  IN      NS      ns5.yahoo.com.<br />
yahoo.com.              172800  IN      NS      ns4.yahoo.com.<br />
yahoo.com.              172800  IN      NS      ns1.yahoo.com.<br />
;; Received 393 bytes from 68.180.131.16#53(ns1.yahoo.com) in 1 ms</p>
<p><span style="color: #ff0000;">Fast DNS response within 1ms , good job yahoo</span></p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/2GspRgFQh9k&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2GspRgFQh9k&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/verisign-prepares-for-dnssec-2010-nameservers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress: xmlRPC error when using live writer</title>
		<link>http://www.openkb.org/wordpress-xmlrpc-error-when-using-live-writer/</link>
		<comments>http://www.openkb.org/wordpress-xmlrpc-error-when-using-live-writer/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 21:47:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=746</guid>
		<description><![CDATA[Error: An error occurred while attempting to connect to your weblog: Invalid Server Response &#8211; The response to the blogger.getUsersBlogs method received from the weblog server was invalid. You must correct this error before proceeding. or Invalid response document returned from XmlRpc server
Other:
Invalid response document returned from XmlRpc server
Possible solution Solution : find the class.IXR.php [...]]]></description>
			<content:encoded><![CDATA[<p>Error: An error occurred while attempting to connect to your weblog: Invalid Server Response &#8211; The response to the blogger.getUsersBlogs method received from the weblog server was invalid. You must correct this error before proceeding. or Invalid response document returned from XmlRpc server<br />
Other:<br />
Invalid response document returned from XmlRpc server</p>
<p>Possible solution Solution : find the class.IXR.php file (under wp-includes), edit the file, and look for function output($xml) FInd the line that calculates the length $length = strlen($xml); and replace it by $length = strlen($xml)+3;</p>
<p> or if modsecurity is enabled set the following in an .htaccess file <code>&lt;files xmlrpc.php&gt;SecFilterInheritance Off &lt;/files&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/wordpress-xmlrpc-error-when-using-live-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ejabberd: RPC failed on the node</title>
		<link>http://www.openkb.org/ejabberd-rpc-failed-on-the-node/</link>
		<comments>http://www.openkb.org/ejabberd-rpc-failed-on-the-node/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 19:46:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=742</guid>
		<description><![CDATA[Error
ejabberdctl status
RPC failed on the node ejabberd@localhost: nodedown
This occurred when using a live cd in a virtual player under bridge mode. The app loads after a virtual player reboot, but restarting the service within ssh returned the error. So I did a hard reboot on the host machine which resolve the issue. 
You will also [...]]]></description>
			<content:encoded><![CDATA[<p>Error<br />
ejabberdctl status<br />
RPC failed on the node ejabberd@localhost: nodedown</p>
<p>This occurred when using a live cd in a virtual player under bridge mode. The app loads after a virtual player reboot, but restarting the service within ssh returned the error. So I did a hard reboot on the host machine which resolve the issue. </p>
<p>You will also need to make sure the host name is correct in the ejabberd cfg file. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/ejabberd-rpc-failed-on-the-node/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeqe: Help menu</title>
		<link>http://www.openkb.org/speeqe-help-menu/</link>
		<comments>http://www.openkb.org/speeqe-help-menu/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 16:48:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=740</guid>
		<description><![CDATA[Speeqe is a web interface for the Jabber chat servers. 
Bug in : TurnkeyLinux Ejabberd version: 2009.10
issue: When using the interface in internet explorer. The P key bring up the help menu option and should not. There have been talks about this happening with Safari and Opera. 
Speeqe released an update on 1/18/2010. As of [...]]]></description>
			<content:encoded><![CDATA[<p>Speeqe is a web interface for the Jabber chat servers. </p>
<p>Bug in : TurnkeyLinux Ejabberd version: 2009.10</p>
<p>issue: When using the interface in internet explorer. The P key bring up the help menu option and should not. There have been talks about this happening with Safari and Opera. </p>
<p>Speeqe released an update on 1/18/2010. As of today Turnkey has not updated their source so a manually fix is needed if your using turnley version. </p>
<p>The uppdated files can be downloaded from <a href="http://code.stanziq.com/cgit/speeqe/speeqe/commit/">Speeqe</a>. Thanks to Nathan Zorn for providing this fix. </p>
<p>We are in the process of touching base with Turnkey to see if they are aware. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/speeqe-help-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla login error  JAuthentication</title>
		<link>http://www.openkb.org/joomla-login-error-jauthentication/</link>
		<comments>http://www.openkb.org/joomla-login-error-jauthentication/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:45:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Maintenance]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=737</guid>
		<description><![CDATA[Error
 JAuthentication::__construct: Could not load authentication libraries.
solution.. 
Make sure the authentication plugin is enabled ..
in the Joomla database, and changed it&#8217;s published status to 1 in the &#8220;jos_plugins&#8221; table. 
]]></description>
			<content:encoded><![CDATA[<p>Error</p>
<p> JAuthentication::__construct: Could not load authentication libraries.</p>
<p>solution.. </p>
<p>Make sure the authentication plugin is enabled ..<br />
in the Joomla database, and changed it&#8217;s published status to 1 in the &#8220;jos_plugins&#8221; table. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/joomla-login-error-jauthentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL: attached a mdf without the log file.</title>
		<link>http://www.openkb.org/sql-attached-a-mdf-without-the-log-file/</link>
		<comments>http://www.openkb.org/sql-attached-a-mdf-without-the-log-file/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 01:02:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=735</guid>
		<description><![CDATA[Missing ldf file 
Solution
You can attach a database without the logfile by attaching, then clicking the logfile location, and click the remove button. After you click OK a new logfile will be created for your database
]]></description>
			<content:encoded><![CDATA[<p>Missing ldf file </p>
<p>Solution<br />
You can attach a database without the logfile by attaching, then clicking the logfile location, and click the remove button. After you click OK a new logfile will be created for your database</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/sql-attached-a-mdf-without-the-log-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP mailer error : Server.CreateObject Failed</title>
		<link>http://www.openkb.org/asp-mailer-error-server-createobject-failed/</link>
		<comments>http://www.openkb.org/asp-mailer-error-server-createobject-failed/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 17:32:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=733</guid>
		<description><![CDATA[Error on windows 2008 
Server object error &#8216;ASP 0177 : 800401f3&#8242;
Server.CreateObject Failed 800401f3 
Solution
the ASPMail component is NOT supported on Windows 2008 You will need to use the System.Net.Mail Component for .net. I pasted some sample code to get you started below. Please be advised that this sample will need to be modified some. 
&#60;%@ [...]]]></description>
			<content:encoded><![CDATA[<p>Error on windows 2008 </p>
<p>Server object error &#8216;ASP 0177 : 800401f3&#8242;</p>
<p>Server.CreateObject Failed 800401f3 </p>
<p>Solution<br />
the ASPMail component is NOT supported on Windows 2008 You will need to use the System.Net.Mail Component for .net. I pasted some sample code to get you started below. Please be advised that this sample will need to be modified some. </p>
<p><code>&lt;%@ Import Namespace="System.Net.Mail"%&gt;<br />
&lt;script language="VBScript" Debug="true" runat="server"&gt;<br />
    sub Page_Load()<br />
        Dim oMsg As New MailMessage()<br />
        oMsg.From = New MailAddress("mailbox@yourdomain.com")<br />
        oMsg.To.Add("recipient@theirdomain.com")<br />
        oMsg.Subject = "This is an email"<br />
        oMsg.Body = "&lt;HTML&gt;&lt;BODY&gt;<B>Hello World!</B>&lt;/BODY&gt;&lt;/HTML&gt;"<br />
        Dim smtp As New SmtpClient("scriptmail.yourdomain.com")<br />
        smtp.Send(oMsg)<br />
        oMsg = Nothing<br />
    end sub<br />
&lt;/script&gt;</code><br />
More information on this component can be found at <a href="http://systemnetmail.com">http://www.systemnetmail.com/</a></p>
<p>also<br />
<a href="http://hosting.intermedia.net/support/kb/default.asp?id=1579">How do I send mail from Windows 2008 server/IIS7?</a></p>
<p><a href="http://msdn.microsoft.com/en-us/library/system.net.mail.aspx">M$ KB</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/asp-mailer-error-server-createobject-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS : WW-Authenticate header field that the Web server</title>
		<link>http://www.openkb.org/iis-ww-authenticate-header-field-that-the-web-server/</link>
		<comments>http://www.openkb.org/iis-ww-authenticate-header-field-that-the-web-server/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 00:54:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=730</guid>
		<description><![CDATA[full Error
You are not authorized to view this page
You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept.
Please try the following:
Contact the Web site administrator if you believe you [...]]]></description>
			<content:encoded><![CDATA[<p>full Error</p>
<p>You are not authorized to view this page</p>
<p>You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept.</p>
<p>Please try the following:<br />
Contact the Web site administrator if you believe you should be able to view this directory or page.<br />
Click the Refresh button to try again with different credentials.</p>
<p>HTTP Error 401.2 &#8211; Unauthorized: Access is denied due to server configuration. Internet Information Services (IIS)</p>
<p>Technical Information (for support personnel)<br />
Go to Microsoft Product Support Services and perform a title search for the words HTTP and 401.<br />
Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled About Security, Authentication, and About Custom Error Messages.</p>
<p>&#8212;&#8212;&#8212;&#8212;-</p>
<p><span style="color: #ff0000;">Fix :</span></p>
<p>you will need to change the authenication method to basic instead of Integrated authentication. This mostly effects older browsers.</p>
<p>There is a slight draw back to this .With basic , the login details will be sent in plan text..</p>
<p>M$ words<br />
Common reasons<br />
No authentication protocol (including anonymous) is selected in IIS. At least one authentication type must be selected. For more information, click the following article number to view the article in the Microsoft Knowledge Base:<br />
253667  Error message: HTTP 401.2 &#8211; Unauthorized: Logon failed due to server configuration with no authentication<br />
Only Integrated authentication is enabled, and an older, non-Internet Explorer client browser tries to access the site. This happens because the client browser cannot perform Integrated authentication. To resolve this problem, use one of the following methods:<br />
Configure IIS to accept Basic authentication. This should only occur over SSL for security purposes.<br />
Use a client browser that can perform Integrated authentication. Internet Explorer and new versions of Netscape Navigator and Mozilla Firefox can perform Integrated authentication.<br />
Integrated authentication is through a proxy. This happens because the proxy doesn&#8217;t maintain the NTLM-authenticated connection and thus sends an anonymous request from the client to the server. Options to resolve this problem are as follows:<br />
Configure IIS to accept Basic authentication. This should only occur over SSL for security purposes.<br />
Don&#8217;t use a proxy.</p>
<p><a href="http://support.microsoft.com/kb/907273">M$ KB</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/iis-ww-authenticate-header-field-that-the-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql:  Incorrect information in file:</title>
		<link>http://www.openkb.org/mysql-incorrect-information-in-file/</link>
		<comments>http://www.openkb.org/mysql-incorrect-information-in-file/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 18:23:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=726</guid>
		<description><![CDATA[ Incorrect information in file /path/test.frm
This indicates that skip-innodb is enabled in the my.cnf file .. 
]]></description>
			<content:encoded><![CDATA[<p> Incorrect information in file /path/test.frm</p>
<p>This indicates that skip-innodb is enabled in the my.cnf file .. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/mysql-incorrect-information-in-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS7 &#124; Drupal install with fastcgi</title>
		<link>http://www.openkb.org/iis7-drupal-install-with-fastcgi/</link>
		<comments>http://www.openkb.org/iis7-drupal-install-with-fastcgi/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 22:00:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.openkb.org/?p=724</guid>
		<description><![CDATA[OMG!!!!
Ok that was out of the way. performing a Drupal install for the first time using IIS version 7 and windows 2k8 server. After entering the database information I was faced with a 500 error message that gave me a lot of information. SIKE
The 500 error gave me nothing at all, did not tell me [...]]]></description>
			<content:encoded><![CDATA[<p>OMG!!!!</p>
<p>Ok that was out of the way. performing a Drupal install for the first time using IIS version 7 and windows 2k8 server. After entering the database information I was faced with a 500 error message that gave me a lot of information. SIKE</p>
<p>The 500 error gave me nothing at all, did not tell me where the error was or which file caused the error. By default IIS7 will suppress the PHP errors and will not show them in the browser. This is the case even if Display_errors is turned on in the php.ini file.  I had to enable the directive to save the error to a flat file error_log= /path</p>
<p>some techs have enabled enabled IIS7 errors server wide using<br />
%windir%\system32\inetsrv\appcmd.exe set config -Section:system.webServer/httpErrors -errorMode:Detailed</p>
<p>Issue 1<br />
If you have tried installing Drupal on Windows Vista or Server 2008 recently with PHP configured to use Microsoft&#8217;s FastCGI handler, then you will have no doubt encountered a problem where you are unable to make any updates to your site configuration. This is because the REQUEST_URI variable when using Microsoft&#8217;s FastCGI handler on IIS 7 does not include the query string as it does with other Web servers such as Apache. Until the IIS team release a fix for this you&#8217;ll need to use a work around to rectify the issue.</p>
<p>The easiest way to rectify the issue at the moment is to modify the request_uri() function in Drupal. To do this simply open the Drupal bootstrap file in &#8220;includes/bootstrap.php&#8221; find the appropriate section of code and modify as follows;</p>
<p><code>function request_uri() {</p>
<p>/* Comment out the condition that uses REQUEST_URI server variable<br />
if (isset($_SERVER['REQUEST_URI'])) {<br />
$uri = $_SERVER['REQUEST_URI'];<br />
}<br />
else { */<br />
if (isset($_SERVER['argv'])) {<br />
$uri = $_SERVER['SCRIPT_NAME'] .'?'. $_SERVER['argv'][0];<br />
}<br />
elseif (isset($_SERVER['QUERY_STRING'])) {<br />
$uri = $_SERVER['SCRIPT_NAME'] .'?'. $_SERVER['QUERY_STRING'];<br />
}<br />
else {<br />
$uri = $_SERVER['SCRIPT_NAME'];<br />
}<br />
// }</p>
<p>return $uri;<br />
}</code></p>
<p>Then I found i was receiving the error</p>
<p>isssue 2 :<br />
Fatal error: Trying to clone an uncloneable object of class mysqli in db-mysqli.php</p>
<p>Fix : &#8220;Fatal error: Trying to clone an uncloneable object of class mysqli &#8211; If this error occurs you must turn off the zend.ze1_compatibility_mode setting in your PHP configuration.&#8221;</p>
<p>ini_set(&#8216;zend.ze1_compatibility_mode&#8217;, 0);</p>
<p>Issue 1 can be fixed by having your administrator install the M$ path or upgrade to SP2<br />
<a href="http://support.microsoft.com/kb/954946">Patch</a></p>
<p><a href="http://drupal.org/requirements">Dont forget to read the install docs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.openkb.org/iis7-drupal-install-with-fastcgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
