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=6018>. 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=6018 XPath Exception does not set stylesheet node ------- Additional Comments From [EMAIL PROTECTED] 2002-01-24 22:02 ------- The error message is telling you that you're trying to use a Result Tree Fragment in a place where only a Node List is syntactically acceptable. Xalan comes with an extension function which wraps the NodeList interface aound an RTF's content; that may be what you need to solve your problem.
