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=10956>. 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=10956 The function value-of throws a NullPointer exception when element is null. ------- Additional Comments From [EMAIL PROTECTED] 2002-07-26 16:09 ------- Juan, the stylesheet you posted here contains errors. It would not run in any xslt processor. The line <xsl:for-each select="../"> is not valid. There should be something after "../". Please correct the errors first. It is better to post a big stylesheet as an attachment. In addition, your stylesheet uses extension classes in com.aker.xsl.extensions. Can you reproduce the problem without using extension classes? If the extensions are required, please also post your extension classes as a binary file. Otherwise other people would not be able to run your stylesheet.
