Right, <plotsize> and <initialplotcolor> appear in the
configuration file only, while <item> appears in the RSS feed. In
your case you want a different symbol for each <item>? It might
be that "mulitple categories" will be enough for you. Let's say you
have 100 items. You could produce a distinct symbol for each by using
10 different colors and 10 different sizes, because 10 x 10 = 100,
right? <br>
<br>
You could test the following in your configuration file:<br>
<br>
<plotsize>3<br>
 <1>1</1><br>
 <2>2</2><br>
 <3>3</3><br>
 <4>4</4><br>
 <5>5</5><br>
 <6>6</6><br>
 <7>7</7><br>
 <8>8</8><br>
 <9>9</9><br>
 <10>10</10><br>
</plotsize><br>
<br>
<initialplotcolor>0xAA3371<br>
  <A>0x33AF17</A><br>
  <B>0x21FF33</B><br>
  <C>0x5781A3</C><br>
  <D>0x8157A3</D><br>
  <E>0xFF3321</E><br>
  <F>0x17AF33</F><br>
  <G>0x3521FF</G><br>
  <H>0xA317FF</H><br>
  <J>0x0013FF</J><br>
  <K>0x1300FF</K><br>
</initialplotcolor><br><br>
Then in the RSS each item would have two <dc:subject> elements<br>

<item><br>

 <title>San Francisco Earthquake</title><br>

 <link><a href="http://example.com/quake">http://example.com/quake</a></link><br>

 <geo:lat>37.74</geo:lat><br>

 <geo:long>-122.42</geo:long><br>

 <span style="color: red;"><dc:subject>A</dc:subject><br>
 <dc:subject>7</dc:subject></span><br>

</item><br>
<br>
You could adjust your sizes and colors, then assign each item its own
category combination, A1, A2, A3,...B1,B2, B3,...K7,K8,K9,K10. Of
course, using <icon> elements with mulitple categories might be
another solution for you too.<br>
<br>
<br><div><span class="gmail_quote">On 2/15/06, <b class="gmail_sendername">Markus Graeser</b> <<a href="mailto:god1@gmx.net">god1@gmx.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I try to set size and colour for each item individually. However, <plotsize><br>and <initialplotcolor> are not recognised when included in <item>, they can<br>only be defined for categories. So the only way I see is to create a
<br>category for each item. Do you know a simpler solution?<br><br>@Bruce: Thanks for the tips on scalability and input mode.<br><br>Regards,<br>Markus<br><br>--<br>Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
<br>Satte Provisionen für GMX Partner: <a href="http://www.gmx.net/de/go/partner">http://www.gmx.net/de/go/partner</a><br><br><br>_______________________________________________<br>worldkit-dev mailing list<br><a href="mailto:worldkit-dev@lists.brainoff.com">
worldkit-dev@lists.brainoff.com</a><br><a href="http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com">http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com</a><br><br><br></blockquote></div><br>