I have a document containing 100's of lines as show below.
fn:concat(xs:float("-3.4028235E38"),xs:float("3.4028235E38"))
fn:concat(xs:int("-1873914410"),xs:int("-2147483648"))
fn:concat(xs:int("-1873914410"))
I'd like to get something like this
fn.concat(-3.4028235E38,3.4028235E38);
fn.concat(-1873914410,-2147483648);
fn.concat(-1873914410);
Thank you. Your time is appreciated!
fn:concattofn.concat?fn:concatwhere your goal has a period infn.concat. I take it that's a mistype... Yes I do need to convert tofn.concat()