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=26167>. 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=26167 exsl:node-set warning (error) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2004-01-17 01:22 ------- The EXSLT web page states you can use the node-set() function to convert a result tree fragment or string to a node-set. You are passing in a something that is already a node-set, so Xalan-C is issuing a warning that you're doing something that is not correct according to the specification of the function. I think that's perfectly legitimate. In addition, my testing shows that the call to XalanTransformer::transform() returns 0, so we are not returning any kind of error. Given that, I'm not sure why you are getting a return code that indicates an error.
