Re: [basex-talk] New escape-solidus option

2023-10-23 Thread Thompson, Timothy
Thanks, Christian! Works perfectly :) Tim -- Tim A. Thompson (he, him) Librarian for Applied Metadata Research Yale University Library From: Christian Grün Date: Monday, October 23, 2023 at 12:19 PM To: Thompson, Timothy Cc: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] New

Re: [basex-talk] New escape-solidus option

2023-10-23 Thread Christian Grün
Hi Tim, A new snapshot is available [1]. Please note that you’ll need to write… Test => serialize(map { "escape-solidus": "no", "method": "json", "json": map {"format": "basic" } }) …because “escape-solidus” is defined as a standard serialization parameter (similar to

Re: [basex-talk] New escape-solidus option

2023-10-20 Thread Christian Grün
Hi Tim, You are really on the cutting edge :) I’ll upload a new snapshot with the new option in a few days; I will keep you posted. Best, Christian Thompson, Timothy schrieb am Fr., 20. Okt. 2023, 22:07: > Hello, > > > > I was very happy to see that a new *escape-solidus* option had been >

[basex-talk] New escape-solidus option

2023-10-20 Thread Thompson, Timothy
Hello, I was very happy to see that a new escape-solidus option had been defined for XQuery/XPath 4.0. Is this available in the latest BaseX snapshot? I tried this: Test => serialize(map {"method": "json", "json": map {"format": "basic", "escape-solidus": "no"}}) But it returns: