Thank you for enlighten me :-)
Now this piece of XSLT makes more sense to me too.

- Chris

Ross Gardler wrote:
C. Grobmeier wrote:
Hi,

i edited my pelt skin and commented out the group-tags in skinconf.xml cause it's marked optional. The logo disappeared, but in the breadcrumps i could still see:


Keep reading skinconf.xml:

"Use location="none" to not display the trail (if the skin supports it)."

Or more completely:

  <!-- Some skins use this to form a 'breadcrumb trail' of links.
    Use location="alt" to move the trail to an alternate location
    (if the skin supports it).
Omit the location attribute to display the trail in the default location.
    Use location="none" to not display the trail (if the skin supports it).
    For some skins just set the attributes to blank.

    NOTE: If a breadcrumb entry points at a local file the href must
    be complete, that is it must point to the file itself, not to a
    directory.
  -->
  <trail>
    <link1 name="myGroup" href="http://www.apache.org/"/>
    <link2 name="myProject" href="http://forrest.apache.org/"/>
    <link3 name="" href=""/>
  </trail>

Ross