DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14870>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

Parameter value lost when traversing different context

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Blocker                     |Normal
             Status|NEW                         |ASSIGNED



------- Additional Comments From [EMAIL PROTECTED]  2002-11-27 21:25 -------
Found a work around, the problem is restricted to case when variable is set 
using current(). If

  <xsl:variable name="curKey" select="current()/@dataCollectionId"/>

is changed to:

  <xsl:variable name="curKey" select="@dataCollectionId"/>

then the XSLT works as expected!

Reply via email to