The following function fn:substring-after('node/') applied to : "node/1234"
returns "ode/1234" instead of "1234"
Documentation states the following:
Parses the result of the previous expression and passes along only the characters after the first occurrence of givenString.