On Sep 15, 2008, at 1:56 PM, Edward Laptop wrote:
  Hi
 Had a good search around on my pc (I have a local server) and
 couldn't find
 XWikiListFilter.java to make my alteration
 Where oh where is it? 
I gave you the link already... As you can see it's a java class so
it's in a jar (the xwiki-core jar to be precise).
Maybe if you explained what you want to do we could provide a better
answer...
Thanks
-Vincent
Ps: Please use the mailing list in the future.
  -----Original Message-----
 From: Vincent Massol [mailto:vincent@massol.net]
 Sent: 15 September 2008 10:01
 To: XWiki Users
 Cc: edward(a)eldon.gotadsl.co.uk
 Subject: Re: [xwiki-users] Trying to find...
 Hi,
 On Sep 15, 2008, at 10:48 AM, Edward Laptop wrote:
  sorry, not very clear -  I want to find the line
 <ul class="star">
 within the left hand panel that I use for navigation 
 This is getting changed in the new rendering. In the old one you can
 find it here:
 
http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/j
 ava/com/xpn/xwiki/render/filter/XWikiListFilter.java
 -Vincent
 -----Original Message-----
 From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On
 Behalf
 Of Edward Laptop
 Sent: 15 September 2008 09:47
 To: XWiki Users
 Subject: [xwiki-users] Trying to find...
 Dear all
 I want to find the file that generates this piece of html. It is in
 the <ul
 class="star"> that exists within the
 <div id="leftPanels" class="panesl left">
 <ul class="star">
 <li><span class="wikilink"><a href=".............."
 </ul>
 etc
 thanks