sshyran / genxdm

Automatically exported from code.google.com/p/genxdm
0 stars 0 forks source link

XPath 1.0 conversion of empty node-set to string should return empty string. #121

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Call xpath functions which require string type argument (e.g. string-function) 
with empty node-set.  Should return empty string; instead, we call into the 
bridge with a null node which causes assertion error.

Original issue reported on code.google.com by joe.bays...@gmail.com on 29 Jan 2013 at 5:08

GoogleCodeExporter commented 8 years ago
(r437) Ensured that conversion of empty node-set to string returns an empty 
string.

Original comment by joe.bays...@gmail.com on 29 Jan 2013 at 5:13