xsl-list
[Top] [All Lists]

Re: specific template?

2003-07-03 07:42:29

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



<Prev in Thread] Current Thread [Next in Thread>