[Bug 2339] fn:string-join problem

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2339





------- Additional Comments From mike@saxonica.com  2005-10-12 15:41 -------
Whether or not your tree has a document node, ancestor::*/name() is going to
produce a sequence of non-empty names. It's only if your tree DOES have a
document node, and your XPath expression selects that node, that the sequence of
names will start with the string "", and the result of string-join will then
start with the delimiter "/".

Michael Kay

Received on Wednesday, 12 October 2005 15:41:45 UTC