Hi!
I'm using BaseX as my XML based DB. I make a simple query like
xquery for $Book in
/Libraray/Literaturelist/Literature/Title return fn:data($Book)
I get all titles, just as a String that has got no line breaks.
Is there a way to add line-breaks with XQuery after each node found by the query to separate the data? This is not really dependant on my XML file because I do not add line-breaks hardcoded within the tags. ;)