You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Dave Brosius <db...@qis.net> on 2005/03/19 11:27:09 UTC

help with

I'm trying to emit the name of the current node, and am using

<xsl:value-of select="name()"/>

When I do this in internet explorer it seems to work correctly.

When done in thru xalan, it doesn't seem to emit anything.

Is this a known issue, or am i doing something wrong?

thanks.