Subject: Re: multilanguage support easily or including xml data dynamically
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 8 Jun 2000 14:48:53 -0600 (MDT)
|
> Thanks for the comprehensive example. But there's one problem to
> it: I don't really understand it, specifically I've got problems with the
> <template tag>.
>
> > <xsl:template match="/">
> > <Result>
> > <xsl:apply-templates select="XMLNumberData/numberData"/>
> > </Result>
> > </xsl:template>
> What does this <xsl:apply-templates...> really do? I read some
> doc about it, but I still can't grasp the concept of it. Isn't it's
> purpose to select things, such as <xsl:for-each>?
http://www.mulberrytech.com/xsl/xsl-list/archive/msg11781.html
http://www.mulberrytech.com/xsl/xsl-list/archive/msg08187.html
- Mike
____________________________________________________________________
Mike J. Brown, software engineer at My XML/XSL resources:
webb.net in Denver, Colorado, USA http://www.skew.org/xml/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|