<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/jpodlib/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/jpodlib/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 12 Jun 2015 06:52:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jpodlib/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Rendering 4 byte UTF-8(e.g. CJK extension B) characters in pdf using jPod</title><link>https://sourceforge.net/p/jpodlib/discussion/727492/thread/472e9c04/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for your time. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gaurav Sood</dc:creator><pubDate>Fri, 12 Jun 2015 06:52:16 -0000</pubDate><guid>https://sourceforge.net6cfc57186ea6bda20436b63eb4c669b0d7511feb</guid></item><item><title>Rendering 4 byte UTF-8(e.g. CJK extension B) characters in pdf using jPod</title><link>https://sourceforge.net/p/jpodlib/discussion/727492/thread/472e9c04/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've done some reading now. As you probably know, we use Freetype for font handling. This page &lt;a href="http://freetype.org/freetype2/docs/glyphs/glyphs-5.html" rel="nofollow"&gt;http://freetype.org/freetype2/docs/glyphs/glyphs-5.html&lt;/a&gt; tells me that you need something called a "shaping engine" to find glyph indices for certain scripts. We definitely don't have such a thing. And we also don't have the time unfortunately to write glue code for one.&lt;/p&gt;
&lt;p&gt;Anyone more knowlegdeable about fonts should feel free to correct me if there is an easier way.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elfi Heck</dc:creator><pubDate>Thu, 11 Jun 2015 13:34:21 -0000</pubDate><guid>https://sourceforge.net1d9e00238bd49b45b439859fbb18b512c602203b</guid></item><item><title>Rendering 4 byte UTF-8(e.g. CJK extension B) characters in pdf using jPod</title><link>https://sourceforge.net/p/jpodlib/discussion/727492/thread/472e9c04/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm sorry to say that unmodified jPod cannot handle 4-byte characters. Here's a post from another user who already did some research on what would have to be changed to support them: &lt;a href="https://sourceforge.net/p/jpodlib/patches/3."&gt;https://sourceforge.net/p/jpodlib/patches/3.&lt;/a&gt; We are aware that we should incorporate his work in our code, but other projects have interfered all the time.&lt;/p&gt;
&lt;p&gt;I'll see, if I can find out how big a change this would be, and get back to you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elfi Heck</dc:creator><pubDate>Wed, 10 Jun 2015 12:08:43 -0000</pubDate><guid>https://sourceforge.netbac06b7b03533bfd08efe540a70b2fafb4b28c5a</guid></item><item><title>Rendering 4 byte UTF-8(e.g. CJK extension B) characters in pdf using jPod</title><link>https://sourceforge.net/p/jpodlib/discussion/727492/thread/472e9c04/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am new to jPod and trying to create a pdf from xml file. I am looking for supporting Utf-8 4 byte character set for e.g CJK Ideograph Extension B/C . These are the code points with U+20000 ~ U+2FA1F. Can anyone please help me achieving it using jPod?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gaurav Sood</dc:creator><pubDate>Wed, 10 Jun 2015 09:52:22 -0000</pubDate><guid>https://sourceforge.net50aa77a8a58f680e00c325f6c0c19f5f94406aca</guid></item><item><title>PageLabels entry in COSCatalog</title><link>https://sourceforge.net/p/jpodlib/discussion/727492/thread/3b2214ac/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for the quick reply. It has not been over-easy, but I managed to get some results.&lt;/p&gt;
&lt;p&gt;This is a sample (and rather dumb) function which implements the PageLabels example in section 12.4.2 of PDF 1.7 ISO Reference (PDF3200-2088.pdf). It is very simple-minded for ease of understanding and debugging and I am sure there is ample room for improvement; however, it does work and can be a useful starting point.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Maurizio&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="kt"&gt;void&lt;/span&gt; &lt;span class="nf"&gt;createPageLabels&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;COSDocument&lt;/span&gt; &lt;span class="n"&gt;doc&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;
&lt;span class="o"&gt;{&lt;/span&gt;
    &lt;span class="c1"&gt;// create the array to hold the number tree entries&lt;/span&gt;
    &lt;span class="n"&gt;COSArray&lt;/span&gt;            &lt;span class="n"&gt;numsArray&lt;/span&gt;   &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;COSArray&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;();&lt;/span&gt;

    &lt;span class="c1"&gt;// create a number tree entry starting at page 0 with "S"tyle as lower-case "r"oman numerals&lt;/span&gt;
    &lt;span class="n"&gt;COSInteger&lt;/span&gt;      &lt;span class="n"&gt;number0&lt;/span&gt;     &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;COSInteger&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
    &lt;span class="n"&gt;COSDictionary&lt;/span&gt;   &lt;span class="n"&gt;value0&lt;/span&gt;      &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;COSDictionary&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;();&lt;/span&gt;
    &lt;span class="n"&gt;value0&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;put&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;COSName&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"S"&lt;/span&gt;&lt;span class="o"&gt;),&lt;/span&gt; &lt;span class="n"&gt;COSName&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"r"&lt;/span&gt;&lt;span class="o"&gt;));&lt;/span&gt;
    &lt;span class="n"&gt;numsArray&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;add&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;number0&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
    &lt;span class="n"&gt;numsArray&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;add&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;value0&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;

    &lt;span class="c1"&gt;// create an entry starting at page 4 with "S"tyle as "D"ecimal numerals&lt;/span&gt;
    &lt;span class="n"&gt;COSInteger&lt;/span&gt;      &lt;span class="n"&gt;number4&lt;/span&gt;     &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;COSInteger&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
    &lt;span class="n"&gt;COSDictionary&lt;/span&gt;   &lt;span class="n"&gt;value4&lt;/span&gt;      &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;COSDictionary&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;();&lt;/span&gt;
    &lt;span class="n"&gt;value4&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;put&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;COSName&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"S"&lt;/span&gt;&lt;span class="o"&gt;),&lt;/span&gt; &lt;span class="n"&gt;COSName&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"D"&lt;/span&gt;&lt;span class="o"&gt;));&lt;/span&gt;
    &lt;span class="n"&gt;numsArray&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;add&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;number4&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
    &lt;span class="n"&gt;numsArray&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;add&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;value4&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;

    &lt;span class="c1"&gt;// create an entry starting at page 7 with "S"tyle as "D"ecimal numerals,&lt;/span&gt;
    &lt;span class="c1"&gt;// "P"refix "A-" and "St"arting with number 8&lt;/span&gt;
    &lt;span class="n"&gt;COSInteger&lt;/span&gt;      &lt;span class="n"&gt;number7&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;COSInteger&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;7&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
    &lt;span class="n"&gt;COSDictionary&lt;/span&gt;   &lt;span class="n"&gt;value7&lt;/span&gt;      &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;COSDictionary&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;();&lt;/span&gt;
    &lt;span class="n"&gt;value7&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;put&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;COSName&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"S"&lt;/span&gt;&lt;span class="o"&gt;),&lt;/span&gt;  &lt;span class="n"&gt;COSName&lt;/span&gt;   &lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"D"&lt;/span&gt;&lt;span class="o"&gt;));&lt;/span&gt;
    &lt;span class="n"&gt;value7&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;put&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;COSName&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"P"&lt;/span&gt;&lt;span class="o"&gt;),&lt;/span&gt;  &lt;span class="n"&gt;COSString&lt;/span&gt; &lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"A-"&lt;/span&gt;&lt;span class="o"&gt;));&lt;/span&gt;
    &lt;span class="n"&gt;value7&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;put&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;COSName&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"St"&lt;/span&gt;&lt;span class="o"&gt;),&lt;/span&gt; &lt;span class="n"&gt;COSInteger&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="mi"&gt;8&lt;/span&gt;&lt;span class="o"&gt;));&lt;/span&gt;
    &lt;span class="n"&gt;numsArray&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;add&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;number7&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
    &lt;span class="n"&gt;numsArray&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;add&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;value7&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;

    &lt;span class="c1"&gt;// create a single-entry dictionary for the &amp;lt;&amp;lt; /Nums numArray &amp;gt;&amp;gt; association&lt;/span&gt;
    &lt;span class="c1"&gt;// and add it to the doc catalogue&lt;/span&gt;
    &lt;span class="n"&gt;COSDictionary&lt;/span&gt;   &lt;span class="n"&gt;pageLabels&lt;/span&gt;  &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;COSDictionary&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;();&lt;/span&gt;
    &lt;span class="n"&gt;pageLabels&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;put&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;COSName&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;create&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="s"&gt;"Nums"&lt;/span&gt;&lt;span class="o"&gt;),&lt;/span&gt; &lt;span class="n"&gt;numsArray&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
    &lt;span class="n"&gt;doc&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;getCatalog&lt;/span&gt;&lt;span class="o"&gt;().&lt;/span&gt;&lt;span class="na"&gt;cosSetField&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;COSCatalog&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;DK_PageLabels&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt; &lt;span class="n"&gt;pageLabels&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
&lt;span class="o"&gt;}&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maurizio M. Gavioli</dc:creator><pubDate>Mon, 08 Jun 2015 22:04:15 -0000</pubDate><guid>https://sourceforge.net3fb1725764b5df37a3dc42de3016d632e17cdc65</guid></item><item><title>PageLabels entry in COSCatalog</title><link>https://sourceforge.net/p/jpodlib/discussion/727492/thread/3b2214ac/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If something's not implemented you can always set the document structure on the COS level, but you knew that already. That said, your first snippet will work when "myPageLabels" is a COSDictionary set up in the appropriate structure. Post again if you can't figure out from the PDF reference what it should look like.&lt;/p&gt;
&lt;p&gt;Your second snippet will not work, simply because there is no COSBasedObject representing a page labels number tree.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elfi Heck</dc:creator><pubDate>Mon, 08 Jun 2015 12:52:53 -0000</pubDate><guid>https://sourceforge.net265fc4e47c6ec7111f2b9c185a74977c2e5ac98b</guid></item><item><title>PageLabels entry in COSCatalog</title><link>https://sourceforge.net/p/jpodlib/discussion/727492/thread/3b2214ac/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am using latest released jPod version. Is there any specific support for the &lt;code&gt;/PageLabels&lt;/code&gt; entry of the PDF document catalogue?&lt;/p&gt;
&lt;p&gt;I noticed the &lt;code&gt;COSName DK_PageLabels&lt;/code&gt; is defined in &lt;code&gt;COSCatalog&lt;/code&gt; but I was not able to find any other mention of that entry in jPod documentation.&lt;/p&gt;
&lt;p&gt;If I overlooked something, a pointer would be very welcome. If there is no direct support, I would appreciate some initial hint. May I expect either of the following to work?&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;myDocCatalogue&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;cosSetField&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;DK_PageLabels&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt; &lt;span class="n"&gt;myPageLabels&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;

&lt;span class="n"&gt;myDocCatalogue&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;setFieldObject&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;DK_PageLabels&lt;/span&gt;&lt;span class="o"&gt;,&lt;/span&gt; &lt;span class="n"&gt;myPageLabels&lt;/span&gt;&lt;span class="o"&gt;);&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;As &lt;code&gt;CDSNumberTreeNode&lt;/code&gt; is also not implemented yet, is there any specific care I should take while constructing the &lt;code&gt;myPageLabels&lt;/code&gt; object?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Maurizio M. Gavioli&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maurizio M. Gavioli</dc:creator><pubDate>Mon, 08 Jun 2015 08:52:51 -0000</pubDate><guid>https://sourceforge.net96a987ebf4940a19d6eee76785565c4096cb2a22</guid></item><item><title>Toggle Details in the Table of Content</title><link>https://sourceforge.net/p/jpodlib/discussion/727492/thread/2121106d/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Yes exactly thanks alot i think that should be enough to start with :) thanks alot.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MiguelAngerer</dc:creator><pubDate>Thu, 19 Mar 2015 13:37:32 -0000</pubDate><guid>https://sourceforge.net9cd2b6a4f3079f9226f39d8893ecd93bc621a7be</guid></item><item><title>Toggle Details in the Table of Content</title><link>https://sourceforge.net/p/jpodlib/discussion/727492/thread/2121106d/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;So you want some kind of tree? With the ability to expand or collapse an item? If so, you can do that easily. The destination in an outline item is optional. You can create separate outline items for the categories and use them as parents instead of "root" for the actual bookmarks. If that's not what you want, please elaborate further.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Elfi Heck</dc:creator><pubDate>Thu, 19 Mar 2015 13:19:02 -0000</pubDate><guid>https://sourceforge.net93b76a25ac59f1e3b6a033ecfb20d88a26df58f3</guid></item><item><title>Toggle Details in the Table of Content</title><link>https://sourceforge.net/p/jpodlib/discussion/727492/thread/2121106d/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I want the Table of Content to be seperate by Parents like:&lt;br /&gt;
Normal View&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Normal&lt;br /&gt;
Spezial&lt;br /&gt;
Others&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;View when i click on the Names&lt;/p&gt;
&lt;p&gt;v Normal&lt;br /&gt;
    (bookmarks)&lt;br /&gt;
    (bookmarks)&lt;br /&gt;
    (bookmarks)&lt;br /&gt;
    (bookmarks)&lt;br /&gt;
v Spezial&lt;br /&gt;
    (bookmarks)&lt;br /&gt;
    (bookmarks)&lt;br /&gt;
    (bookmarks)&lt;br /&gt;
    (bookmarks)&lt;br /&gt;
v Others&lt;br /&gt;
    (bookmarks)&lt;br /&gt;
    (bookmarks)&lt;br /&gt;
    (bookmarks)&lt;br /&gt;
    (bookmarks)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MiguelAngerer</dc:creator><pubDate>Thu, 19 Mar 2015 12:51:25 -0000</pubDate><guid>https://sourceforge.neta2d10a2c347686ff31ea006c3cffef8906a31b45</guid></item></channel></rss>