You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Brian Quinlan <br...@sweetapp.com> on 2002/09/23 01:05:52 UTC

Xalan-C 1.4 seems to report style nodes to problem listeners less faithfully

In Xalan-C 1.3, usage of an undefined variable causes the
ProblemListener to be called with a valid style node. In Xalan-C 1.4,
the style node passed to the ProblemListener is NULL. 

The same is true of messages generated using xsl:message. 

Is this a bug or a feature that has been deliberately removed?

OTOH, the URI and locator information passed to the ProblemListener are
now more accurate :-)

Cheers,
Brian