| Subject: Re: [xsl] specific template? From: Martin Klaffenboeck <martin.klaffenboeck@xxxxxx> Date: Thu, 3 Jul 2003 16:42:29 +0200 | 
reframe your question in what u want to do ? if u have an idea of the xml you want to generate from your source xml, maybe u could post that and we will try to help.
          <xsl:apply-templates select="//formular">
            <xsl:with-param name="name">login</xsl:with-param>
          </xsl:apply-templates><xsl:template match="formular"> <xsl:param name="name"/> <xsl:if test="@name=$name">
-- If you've got an idea and need help, or just need general encouragement, write me a message. ;-)
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] specific template?, Jim Fuller | Thread | Re: [xsl] specific template?, Jeni Tennison | 
| RE: [xsl] XSLT Architecture: Next S, Claudio Russo | Date | RE: [xsl] XSLT Architecture: Next S, Claudio Russo | 
| Month |