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 2004/01/17 02:22:43 UTC

DO NOT REPLY [Bug 26167] - exsl:node-set warning (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=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)

David_N_Bertoni@lotus.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From David_N_Bertoni@lotus.com  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.