xsl-list
[Top] [All Lists]

RE: [xsl] Matching a template

2009-10-15 01:37:11
Mike,

It worked, thank you.

Claudius



Well, your idAplicatie element doesn't have any text nodes, so the 
pattern match="idAplicatie/text()" will never match anything. Change it > to

  <xsl:template match="idAplicatie">
    <idAplicatie>
        <xsl:value-of select="$idAplicatie"/>
    </idAplicatie>
  </xsl:template>

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 





      

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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