AndrewSales / XQS

XQuery implementation of Schematron
Apache License 2.0
7 stars 1 forks source link

Escape braces in compiled schema #10

Open AndrewSales opened 1 year ago

AndrewSales commented 1 year ago

see e.g. failing test https://github.com/AndrewSales/XQS/blob/0568274139301094078486e153895ce36ead0018/test/test-compile.xqm#L503, where braces are serialized unescaped in messages, resulting in broken XQuery syntax.