Re: [basex-talk] I can’t use character maps with RESTXQ

2022-06-22 Thread Imsieke, Gerrit, le-tex
On 22.06.2022 14:31, Christian Grün wrote: Right, the »parameter-document« serialization parameter is currently not supported by RESTXQ, as this might cause too many conflicts at runtime. You can try »use-character-maps« instead (with and without RESTXQ, with a slightly non-standard syntax):

Re: [basex-talk] I can’t use character maps with RESTXQ

2022-06-22 Thread Christian Grün
Hi Gerrit, Right, the »parameter-document« serialization parameter is currently not supported by RESTXQ, as this might cause too many conflicts at runtime. You can try »use-character-maps« instead (with and without RESTXQ, with a slightly non-standard syntax): declare %rest:path("/test")

Re: [basex-talk] I can’t use character maps with RESTXQ

2022-06-22 Thread Imsieke, Gerrit, le-tex
Correction & for completeness: I forgot a closing parenthesis in Javascript (but this isn’t causing the unused character map issue, of course…): On 22.06.2022 11:53, Imsieke, Gerrit, le-tex wrote:   alert('You are in ' + (document.compatMode==='CSS1Compat'?'Standards':'Quirks')

[basex-talk] I can’t use character maps with RESTXQ

For HTML with embedded Javascript, I need to output > as > rather than as In XSLT I’m doing and encoding="UTF-8" use-character-maps="a" omit-xml-declaration="no" html-version="5.0" doctype-public="" doctype-system=""/> In RESTXQ I tried the following: I created a