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=23736>. 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=23736 ProblemListener not passed valid styleNode Summary: ProblemListener not passed valid styleNode Product: XalanC Version: 1.6 Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The installed ProblemListener never appears to be passed a non-NULL styleNode argument, even when that argument seems relevant to the problem. Example stylesheet: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="text"/> <xsl:template match="/"><xsl:value-of select="$foo"/></xsl:template> </xsl:stylesheet> I would expect styleNode to refer to the value-of instruction but it is NULL.
