<?xml version="1.0"?><!--$Id: //open/mondrian/webapp/WEB-INF/mdxslicer.xsl#3 $This software is subject to the terms of the Common Public LicenseAgreement, available at the following URL:http://www.opensource.org/licenses/cpl.html.(C) Copyright 2002-2005 Kana Software, Inc. and others.All Rights Reserved.You must accept the terms of that agreement to use this software.--><xsl:stylesheetversion="1.0"xmlns:xsl="http://www.w3.org/1999/XSL/Transform"xmlns:tt="http://www.tonbeller.com/bii/treetable"><xsl:outputmethod="html"indent="yes"/><xsl:templatematch="/mdxtable"><xsl:apply-templatesselect="slicers/position/member"/></xsl:template><xsl:templatematch="member"><xsl:iftest="preceding-sibling::member"><xsl:text>, </xsl:text></xsl:if><xsl:value-ofselect="@caption"/></xsl:template></xsl:stylesheet>