This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problems with match


Hi Jarno,

> > It only works like this:
> >
> > <xsl:template name="title" match="/root/output">
> >     <b>Auftrag #<xsl:value-of select="data/ordernr" /> (<xsl:value-of
> > select="data/shopname" />)       </b>
> > </xsl:template>

> Isn't this identical to the one above?

Uups, yes, it should have read:
<xsl:template name="title" match="/root/output">
     <b>Auftrag #<xsl:value-of select="/root/output/data/ordernr" />
(<xsl:value-of´select="/root/output/data/shopname" />)       </b>
</xsl:template>

>Anyhow, calling a template does not change the current node, even if the
template being called has a match attribute.

That was the answer, I was looking for.....

THX

Jochen




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]