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 2003/10/10 21:11:44 UTC

DO NOT REPLY [Bug 23736] New: - ProblemListener not passed valid styleNode

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: xalan-dev@xml.apache.org
        ReportedBy: brian@sweetapp.com


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.