<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/zoomdotnet/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/zoomdotnet/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 15 Mar 2007 06:27:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/zoomdotnet/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>YazSharp for Windows minor problems</title><link>https://sourceforge.net/p/zoomdotnet/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;YazSharp for Windows sets  relation attribute  as "@attr 2=0" if use attribute is specified.&lt;br /&gt;
The curren code &lt;/p&gt;
&lt;p&gt;RelationAttributes relation = (RelationAttributes) cbAttribute2Relation.SelectedItem;&lt;br /&gt;
if (use!= UseAttribute.None) attributes.Append("@attr 2=" + ((int)relation).ToString() + " ");&lt;/p&gt;
&lt;p&gt;Correct code should be&lt;/p&gt;
&lt;p&gt;RelationAttributes relation = (RelationAttributes) cbAttribute2Relation.SelectedItem;&lt;br /&gt;
if (relation!= UseAttribute.None) attributes.Append("@attr 2=" + ((int)relation).ToString() + " ");&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Freidgeim</dc:creator><pubDate>Thu, 15 Mar 2007 06:27:04 -0000</pubDate><guid>https://sourceforge.net74e228d268c33299069f0c5de8d95a01ca7c56c2</guid></item><item><title>Unsupported use attribute</title><link>https://sourceforge.net/p/zoomdotnet/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Just wanted to let you know that Zoom.Net breaks when&lt;br /&gt;
trying to connect to:&lt;/p&gt;
&lt;p&gt;IP-adress:      z3950.libris.kb.se&lt;br /&gt;
Port nr:    210&lt;br /&gt;
Database:   libr&lt;/p&gt;
&lt;p&gt;and:&lt;/p&gt;
&lt;p&gt;IP adress:      z3950.btj.se&lt;br /&gt;
Port number:    210&lt;br /&gt;
Database:   BURK&lt;/p&gt;
&lt;p&gt;The web-adresses that corresponds to the two databases are:&lt;br /&gt;
&lt;a href="http://www.libris.kb.se/english/technicalinfo.jsp" rel="nofollow"&gt;http://www.libris.kb.se/english/technicalinfo.jsp&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.btj.se/prodguide/bibliografiska_tjanster/burk/z3950.html" rel="nofollow"&gt;http://www.btj.se/prodguide/bibliografiska_tjanster/burk/z3950.html&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Andersson</dc:creator><pubDate>Fri, 12 Aug 2005 17:36:00 -0000</pubDate><guid>https://sourceforge.net07a5597a4889f0a73767cc39a92ab2752dad7587</guid></item></channel></rss>