Re: [xsl] specific template?

Subject: Re: [xsl] specific template?
From: Martin Klaffenboeck <martin.klaffenboeck@xxxxxx>
Date: Thu, 3 Jul 2003 16:42:29 +0200

Am 2003.07.03 15:50 schrieb(en) Jim Fuller:



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.

Oh, thanks, but I found what I need:


          <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">


Martin


--
If you've got an idea and need help,
or just need general encouragement,
write me a message. ;-)

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


Current Thread