[ https://issues.apache.org/jira/browse/XALANC-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steven J. Hathaway resolved XALANC-331. --------------------------------------- Resolution: Incomplete No solution patch proposed > ProblemListener not passed valid styleNode > ------------------------------------------ > > Key: XALANC-331 > URL: https://issues.apache.org/jira/browse/XALANC-331 > Project: XalanC > Issue Type: Bug > Components: XalanC > Affects Versions: 1.6 > Environment: Operating System: Other > Platform: All > Reporter: Brian Quinlan > > 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. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org For additional commands, e-mail: xalan-dev-h...@xml.apache.org