Subject: RE: How can i detect differents nodes with a similar name?
From: Marcial Atienzar Navarro <maratna@xxxxxxxxxxxxx>
Date: Mon, 21 Oct 2002 11:13:13 +0200 (CEST)
|
A lot of thanks and thanks for your response.
Missatge citat per: Jarno.Elovirta@xxxxxxxxx:
> Hi,
>
> > I need to do this:
> > I have, for example, this 2 tags:
> >
> > <dato id="imagen_1">aaaa</dato>
> > <dato id="imagen_2">bbbb</dato>
> >
> > It's possible to do something like this:
> > <xsl:template match="dato[@id= 'imagen*']">OK</xsl:template>
>
> See XPath 1.0 function starts-with
> <http://www.w3.org/TR/xpath#function-starts-with>.
>
> Cheers,
>
> Jarno
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|