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