Hi Günter,
Did you try fn:normalize-space?
Greetings from Prague, Christian
On Thu, Feb 11, 2016 at 1:19 PM, Günter Dunz-Wolff kleist@mail.dunzwolff.de wrote:
Hi all, hi Christian
I want to serialize my xml-documents to jsonml like so:
json:serialize(doc('bettelweib.xml')//*:body, map { 'format': 'jsonml' })
Inside the jsonml are lots of strings with unnecessary whitespace like:
"Das Bettelweib von\n Locarno."
How could I remove that whitespace and also \n during or after the serialization?
Thanks for any help.
Regards,
Günter