[ Nouvelle discussion | Répondre au groupe | pl.comp.xml ]
U¿ytkownik "Mariusz S." <seraf1@poczta.onet.pl> napisa³ w wiadomo¶ci news:gam47c$tmc$1@news.onet.pl... > <xsl:template match="zakladka" mode="Akcja"> > <xsl:choose> > <xsl:when test="./@akcja='dodaj'"> > <xsl:apply-templates select="." mode="Dodaj"/> > </xsl:when> > <xsl:otherwise> > <xsl:apply-templates select="." mode="Lista"/> > </xsl:otherwise> > </xsl:choose> > </xsl:template> <xsl:template match="zakladka"> ... <xsl:template match="zakladka[@akcja='dodaj']"> ... sz.