to select records based on one parameter
im using this
<xsl:for-each select="fiches/fiche[texte/cattouristique=$keyword]">
is it possible to pass a second parameter also?
i want to do this also
<xsl:for-each select="fiches/fiche[region/regionnseo=$keyword2]">
is there a way to combine both into one?
im using this
<xsl:for-each select="fiches/fiche[texte/cattouristique=$keyword]">
is it possible to pass a second parameter also?
i want to do this also
<xsl:for-each select="fiches/fiche[region/regionnseo=$keyword2]">
is there a way to combine both into one?