You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/07/03 22:47:14 UTC

[Bug 2343] - typecheck error invoking name(...) with template parameter arg

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2343

*** shadow/2343	Fri Jun 29 16:36:30 2001
--- shadow/2343.tmp.11015	Tue Jul  3 13:47:14 2001
***************
*** 55,58 ****
  		<xsl:variable name="aRef" select="/dataset"/>
  		<xsl:value-of select="name( $aRef )"/>
  	</xsl:template>
! </xsl:stylesheet>
--- 55,62 ----
  		<xsl:variable name="aRef" select="/dataset"/>
  		<xsl:value-of select="name( $aRef )"/>
  	</xsl:template>
! </xsl:stylesheet>
! 
! ------- Additional Comments From johnh@schemasoft.com  2001-07-03 13:47 -------
! Created an attachment (id=288)
! cast of reftype to nodeset for name()