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 2002/09/12 03:49:01 UTC

DO NOT REPLY [Bug 12077] - including a stylesheet that has a func:function tag gives an error

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=12077>.
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=12077

including a stylesheet that has a func:function tag gives an error





------- Additional Comments From erik@bruchez.org  2002-09-12 01:48 -------
There is the following line in ProcessorExsltFunction that causes the error:

  if (!(handler.getElemTemplateElement() instanceof StylesheetRoot))

Maybe replacing StylesheetRoot by StylesheetComposed would work.